mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
6aedb2500a
## 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) |
||
---|---|---|
.. | ||
scene.rs |