bevy/crates/bevy_ecs/src/schedule
Marc Parenteau 225d6a138f remove Box from ExclusiveSystemFn (#3063)
Minor refactor to remove the boxing of the function pointer stored in ExclusiveSystemFn.
2021-11-04 20:55:28 +00:00
..
executor_parallel.rs Fix bevy_ecs::schedule::executor_parallel::system span management (#2905) 2021-10-06 19:00:35 +00:00
executor.rs small ecs cleanup and remove_bundle drop bugfix (#2172) 2021-05-18 19:25:57 +00:00
graph_utils.rs Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
label.rs System sets and run criteria v2 (#1675) 2021-03-24 20:11:55 +00:00
mod.rs Avoid some format! into immediate format! (#2913) 2021-10-06 18:34:33 +00:00
run_criteria.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
stage.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
state.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
system_container.rs Reduce visibility of various types and fields (#2690) 2021-08-19 20:02:25 +00:00
system_descriptor.rs remove Box from ExclusiveSystemFn (#3063) 2021-11-04 20:55:28 +00:00
system_set.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00