bevy/examples/ecs
davier 6aedb2500a Cleanup FromResources (#2601)
## Objective

- Clean up remaining references to the trait `FromResources`, which was replaced in favor of `FromWorld` during the ECS rework.

## Solution

- Remove the derive macro for `FromResources`
- Change doc references of `FromResources` to `FromWorld`

(this is the first item in #2576)
2021-08-13 22:21:34 +00:00
..
component_change_detection.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
ecs_guide.rs Cleanup FromResources (#2601) 2021-08-13 22:21:34 +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
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