bevy/crates/bevy_ecs/src
JoJoJet 48b4a45d82 Add a const PipeSystem constructor (#7019)
# Objective

Fix #5914.

`PipeSystem` cannot be constructed in `const` contexts.

## Solution

Add a const `PipeSystem::new` function.
2022-12-25 00:51:19 +00:00
..
entity Add EntityMap::iter() (#6935) 2022-12-16 20:14:13 +00:00
query Add a const PipeSystem constructor (#7019) 2022-12-25 00:51:19 +00:00
schedule Move system_commands spans into apply_buffers (#6900) 2022-12-11 23:04:04 +00:00
storage Newtype ArchetypeRow and TableRow (#4878) 2022-12-06 01:38:21 +00:00
system Add a const PipeSystem constructor (#7019) 2022-12-25 00:51:19 +00:00
world Use World helper methods for sending HierarchyEvents (#6921) 2022-12-20 16:17:07 +00:00
archetype.rs Newtype ArchetypeRow and TableRow (#4878) 2022-12-06 01:38:21 +00:00
bundle.rs Remove unnecessary branching from bundle insertion (#6902) 2022-12-11 18:46:43 +00:00
change_detection.rs Add set_if_neq method to DetectChanges trait (Rebased) (#6853) 2022-12-11 19:24:19 +00:00
component.rs Document options for !Sync types for Component and Resources (#6864) 2022-12-11 18:34:13 +00:00
event.rs Rework manual event iterator so we can actually name the type (#5735) 2022-12-25 00:39:27 +00:00
lib.rs Fix clippy lints and failed test with Rust 1.66 (#6945) 2022-12-15 18:05:15 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00