bevy/crates/bevy_core/src
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
time Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
bytes.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
float_ord.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
label.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
name.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
task_pool_options.rs use std clamp instead of Bevy's (#1644) 2021-03-13 18:07:14 +00:00