bevy/crates/bevy_app/src
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
..
app.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
ci_testing.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
lib.rs Improve bevy_ecs and bevy_app API docs where referenced by the new Bevy Book (#2365) 2021-09-17 18:00:29 +00:00
plugin_group.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
plugin.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
schedule_runner.rs Change definition of ScheduleRunnerPlugin (#2606) 2021-08-10 02:48:40 +00:00