bevy/crates/bevy_app/src
TheRawMeatball a880b54508
Make EventReader a SystemParam (#1244)
* Add generic support for `#[derive(SystemParam)]`
* Make EventReader a SystemParam
2021-01-18 22:23:30 -08:00
..
app_builder.rs Adopt a Fetch pattern for SystemParams (#1074) 2020-12-15 21:57:16 -08:00
app.rs Schedule v2 (#1021) 2020-12-12 18:04:42 -08:00
event.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
lib.rs app: PluginGroups and DefaultPlugins (#744) 2020-10-29 13:04:28 -07:00
plugin_group.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
plugin.rs move dynamic plugin loading to its own optional crate (#544) 2020-10-01 13:04:06 -07:00
schedule_runner.rs Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
stage.rs Schedule v2 (#1021) 2020-12-12 18:04:42 -08:00
startup_stage.rs Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00