bevy/examples/ecs
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
component_change_detection.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
ecs_guide.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
event.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
fixed_timestep.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
hierarchy.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
iter_combinations.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
parallel_query.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
query_bundle.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
removal_detection.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
startup_system.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
state.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
system_chaining.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
system_param.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
system_sets.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
timers.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00