bevy/crates/bevy_ecs/src/schedule
James Liu bc82749012
Remove APIs deprecated in 0.13 (#11974)
# Objective
We deprecated quite a few APIs in 0.13. 0.13 has shipped already. It
should be OK to remove them in 0.14's release. Fixes #4059. Fixes #9011.

## Solution
Remove them.
2024-02-19 19:04:47 +00:00
..
executor Stepping disabled performance fix (#11959) 2024-02-19 17:02:14 +00:00
condition.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
config.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
graph_utils.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
mod.rs System Stepping implemented as Resource (#8453) 2024-02-03 05:18:38 +00:00
schedule.rs Stepping disabled performance fix (#11959) 2024-02-19 17:02:14 +00:00
set.rs Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
state.rs Optional state (#11417) 2024-01-19 21:38:04 +00:00
stepping.rs System::type_id Consistency (#11728) 2024-02-06 14:43:33 +00:00