bevy/crates/bevy_ecs/src
Daniel McNab c1a4a2f6c5 Remove the config api (#3633)
# Objective

- Fix the ugliness of the `config` api. 
- Supercedes #2440, #2463, #2491

## Solution

- Since #2398, capturing closure systems have worked.
- Use those instead where we needed config before
- Remove the rest of the config api. 
- Related: #2777
2022-02-25 03:10:59 +00:00
..
entity Proper prehashing (#3963) 2022-02-18 03:26:01 +00:00
query Implement WorldQuery derive macro (#2713) 2022-02-24 00:19:49 +00:00
schedule Remove the config api (#3633) 2022-02-25 03:10:59 +00:00
storage Proper prehashing (#3963) 2022-02-18 03:26:01 +00:00
system Remove the config api (#3633) 2022-02-25 03:10:59 +00:00
world SystemState usage docs (#3783) 2022-02-15 21:53:52 +00:00
archetype.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
bundle.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
change_detection.rs add missing into_inner to ReflectMut (#3841) 2022-02-04 03:37:45 +00:00
component.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
event.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
lib.rs Remove the config api (#3633) 2022-02-25 03:10:59 +00:00
reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00