mosure / bevy_python_ffi

run and interact with bevy apps from python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add pyproject build-tools setup instead of maturin

github-actions opened this issue · comments

https://github.com/mosure/bevy_python/blob/8f480d6c9abfde2260a57f08d649b6ffbb2c6f2b/src/lib.rs#L3

// TODO: setup application cache which can be used to process messages and add into app world
// TODO: add pyproject build-tools setup instead of maturin

// fn setup_and_run_app(app: App)...