bevy/crates/bevy_ecs/src/schedule
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
..
executor.rs Fix doc_markdown lints in bevy_ecs (#3473) 2022-01-06 00:43:37 +00:00
executor_parallel.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
graph_utils.rs Fix some nightly clippy lints (#2522) 2021-07-29 19:36:39 -07:00
label.rs Merge New Renderer 2021-11-22 23:57:42 -08:00
mod.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
run_criteria.rs Deprecate .system (#3302) 2022-02-08 04:00:58 +00:00
stage.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
state.rs Remove the config api (#3633) 2022-02-25 03:10:59 +00:00
system_container.rs Remove some superfluous unsafe code (#3297) 2021-12-11 22:58:46 +00:00
system_descriptor.rs Deprecate .system (#3302) 2022-02-08 04:00:58 +00:00
system_set.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00