bevy/crates/bevy_app/src
Brezak 30b0931c8a
Simplify runner app exit code. (#13074)
# Objective

Both the shedule and winit runners use/reimplement `app_exit_manual`
even tough they can use `app_exit`

## Solution

Nuke `app_exit_manual` from orbit.
2024-04-23 20:42:00 +00:00
..
app.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
lib.rs Make AppExit more specific about exit reason. (#13022) 2024-04-22 16:48:18 +00:00
main_schedule.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
panic_handler.rs Move PanicHandlerPlugin into bevy_app (#12640) 2024-03-29 02:04:56 +00:00
plugin.rs Refactor App and SubApp internals for better separation (#9202) 2024-03-31 03:16:10 +00:00
plugin_group.rs Added add_group to PluginGroupBuilder (#9530) 2024-02-25 21:23:28 +00:00
schedule_runner.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
sub_app.rs Optimize Event Updates (#12936) 2024-04-13 14:11:28 +00:00