bevy/crates/bevy_app
Jakob Hellermann adb3ad399c make sub_app return an &App and add sub_app_mut() -> &mut App (#3309)
It's sometimes useful to have a reference to an app a sub app at the same time, which is only possible with an immutable reference.
2021-12-24 06:57:30 +00:00
..
src make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
Cargo.toml Update dependencies ron winit& fix cargo-deny lists (#3244) 2021-12-09 20:14:00 +00:00