bevy/crates/bevy_app/src
Alice Cecile ab0e3f8714
Small cleanup for ECS error handling (#18280)
# Objective

While poking at https://github.com/bevyengine/bevy/issues/17272, I
noticed a few small things to clean up.

## Solution

- Improve the docs
- ~~move `SystemErrorContext` out of the `handler.rs` module: it's not
an error handler~~
2025-03-13 00:13:02 +00:00
..
app.rs Small cleanup for ECS error handling (#18280) 2025-03-13 00:13:02 +00:00
lib.rs Add no_std support to bevy (#17955) 2025-03-07 03:39:46 +00:00
main_schedule.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
panic_handler.rs Support for non-browser wasm (#17499) 2025-03-07 21:22:28 +00:00
plugin_group.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
plugin.rs Update downcast-rs to version 2 (#17223) 2025-01-07 21:33:40 +00:00
schedule_runner.rs Support for non-browser wasm (#17499) 2025-03-07 21:22:28 +00:00
sub_app.rs Small cleanup for ECS error handling (#18280) 2025-03-13 00:13:02 +00:00
task_pool_plugin.rs Support for non-browser wasm (#17499) 2025-03-07 21:22:28 +00:00
terminal_ctrl_c_handler.rs Renamed EventWriter::send methods to write. (#17977) 2025-02-23 21:18:52 +00:00