## 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)
5 lines
172 B
Rust
5 lines
172 B
Rust
pub const BEVY_ASSET: &str = "bevy_asset";
|
|
pub const BEVY_CORE: &str = "bevy_core";
|
|
pub const BEVY_RENDER: &str = "bevy_render";
|
|
pub const BEVY_UTILS: &str = "bevy_utils";
|