bevy/crates/bevy_ecs/src/query
Periwink 2334638556
Fix access conflicts for resources (#14635)
# Objective

- I made a mistake when fixing the merge conflicts here:
https://github.com/bevyengine/bevy/pull/14579#discussion_r1705377452

It wasn't caught because there's no easy way to trigger access conflicts
with resources without triggering them with components first.
2024-08-06 14:35:41 +00:00
..
access.rs Fix access conflicts for resources (#14635) 2024-08-06 14:35:41 +00:00
builder.rs Separate component and resource access (#14561) 2024-08-06 01:19:39 +00:00
error.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
fetch.rs Separate component and resource access (#14561) 2024-08-06 01:19:39 +00:00
filter.rs Separate component and resource access (#14561) 2024-08-06 01:19:39 +00:00
iter.rs Make QueryState::transmute&co validate the world of the &Components used (#14631) 2024-08-05 22:39:31 +00:00
mod.rs Add a ComponentIndex and update QueryState creation/update to use it (#13460) 2024-08-06 00:57:15 +00:00
par_iter.rs multi_threaded feature rename (#12997) 2024-05-06 20:49:32 +00:00
state.rs Separate component and resource access (#14561) 2024-08-06 01:19:39 +00:00
world_query.rs Revert "constrain WorldQuery::init_state argument to ComponentInitial… (#13804) 2024-06-11 22:54:42 +00:00