bevy/crates/bevy_derive/src
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
..
app_plugin.rs Various cleanups (#2046) 2021-05-01 20:07:06 +00:00
bevy_main.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
bytes.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
enum_variant_meta.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
lib.rs Cleanup FromResources (#2601) 2021-08-13 22:21:34 +00:00
modules.rs Cleanup FromResources (#2601) 2021-08-13 22:21:34 +00:00
render_resource.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
render_resources.rs Use bevy_reflect as path in case of no direct references (#1875) 2021-05-19 19:03:36 +00:00
shader_defs.rs Remove unused deps (#2455) 2021-07-14 20:52:50 +00:00