bevy/crates/bevy_ecs/src
François dabf419095 update archetypes if needed before running system in SingleThreadedExecutor (#1586)
fixes #1585 

I copied most of the logic from the `ParallelSystemExecutor` impl, simplifying it a little as systems can't run in parallel
2021-03-07 19:32:19 +00:00
..
component Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
entity Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
query Added documentation on the query filters (#1553) 2021-03-06 01:57:01 +00:00
schedule update archetypes if needed before running system in SingleThreadedExecutor (#1586) 2021-03-07 19:32:19 +00:00
storage Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
system Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
world Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
archetype.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bundle.rs Docs for Bundle showing how to nest bundles (#1570) 2021-03-06 01:57:03 +00:00
lib.rs add Or back to prelude (#1564) 2021-03-05 18:33:20 +00:00
reflect.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00