bevy/crates/bevy_ecs/src/query
Daniel McNab 6615b7bf64 Deprecate .system (#3302)
# Objective

- Using `.system()` is no longer idiomatic.

## Solution

- Give a warning when using it
2022-02-08 04:00:58 +00:00
..
access.rs Add &World as SystemParam (#2923) 2022-02-03 23:43:25 +00:00
fetch.rs Deprecate .system (#3302) 2022-02-08 04:00:58 +00:00
filter.rs Deprecate .system (#3302) 2022-02-08 04:00:58 +00:00
iter.rs docs: Fix private doc links and enable CI test (#3743) 2022-02-02 21:47:29 +00:00
mod.rs Implement AnyOf queries (#2889) 2022-02-06 00:52:47 +00:00
state.rs Fix documentation for QueryState::iter_manual (#3644) 2022-01-13 01:50:54 +00:00