bevy/crates/bevy_ecs/src/schedule
bilsen 1f99363de9 Add &World as SystemParam (#2923)
# Objective
Make it possible to use `&World` as a system parameter

## Solution
It seems like all the pieces were already in place, very simple impl


Co-authored-by: Carter Anderson <mcanders1@gmail.com>
2022-02-03 23:43:25 +00:00
..
executor.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
executor_parallel.rs Add &World as SystemParam (#2923) 2022-02-03 23:43:25 +00:00
graph_utils.rs Fix some nightly clippy lints (#2522) 2021-07-29 19:36:39 -07:00
label.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
mod.rs Add missing closing ticks for inline examples and some cleanup (#3573) 2022-01-07 09:25:12 +00:00
run_criteria.rs Fix clippy lints for 1.57 (#3238) 2021-12-02 23:40:37 +00:00
stage.rs More Bevy ECS schedule spans (#3281) 2021-12-08 23:43:03 +00:00
state.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
system_container.rs Remove some superfluous unsafe code (#3297) 2021-12-11 22:58:46 +00:00
system_descriptor.rs remove Box from ExclusiveSystemFn (#3063) 2021-11-04 20:55:28 +00:00
system_set.rs Fix clippy lints for 1.57 (#3238) 2021-12-02 23:40:37 +00:00