bevy/crates/bevy_app/src
Hennadii Chernyshchyk 756b044f39
Add SpawnScene to prelude (#9451)
# Objective

#9260 added this schedule, but it's not in prelude like other schedules.

## Solution

Add to prelude.
2023-08-19 19:42:12 +00:00
..
app.rs Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
ci_testing.rs Take example screenshots in CI (#8488) 2023-05-01 18:00:01 +00:00
lib.rs Add SpawnScene to prelude (#9451) 2023-08-19 19:42:12 +00:00
main_schedule.rs Move scene spawner systems to SpawnScene schedule (#9260) 2023-08-15 18:53:58 +00:00
plugin_group.rs Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
plugin.rs Add track_caller to App::add_plugins (#9174) 2023-07-23 01:02:20 +00:00
schedule_runner.rs Fix not calling App::finish and App::cleanup in ScheduleRunnerPlugin (#9054) 2023-07-09 04:25:12 +00:00