bevy/crates/bevy_ecs/src/system
bjorn3 6d6bc2a8b4 Merge AppBuilder into App (#2531)
This is extracted out of eb8f973646476b4a4926ba644a77e2b3a5772159 and includes some additional changes to remove all references to AppBuilder and fix examples that still used App::build() instead of App::new(). In addition I didn't extract the sub app feature as it isn't ready yet.

You can use `git diff --diff-filter=M eb8f973646476b4a4926ba644a77e2b3a5772159` to find all differences in this PR. The `--diff-filtered=M` filters all files added in the original commit but not in this commit away.

Co-Authored-By: Carter Anderson <mcanders1@gmail.com>
2021-07-27 20:21:06 +00:00
..
commands [ecs] Improve Commands performance (#2332) 2021-07-16 19:57:20 +00:00
exclusive_system.rs update archetypes for run criterias (#2177) 2021-07-13 22:12:21 +00:00
function_system.rs Optional .system(), part 3 (#2422) 2021-07-01 19:09:34 +00:00
mod.rs Optional .system(), part 3 (#2422) 2021-07-01 19:09:34 +00:00
query.rs Fix typo in QueryComponentError message (#2498) 2021-07-21 07:11:31 +00:00
system_chaining.rs Optional .system(), part 6 (chaining) (#2494) 2021-07-17 19:14:18 +00:00
system_param.rs Mention creation of disjoint Querys with Without<T> in conflicting access Panic (#2413) 2021-07-01 20:20:11 +00:00
system.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00