bevy/crates/bevy_ecs/src/query
andristarr bb76a2c69c
multi_threaded feature rename (#12997)
# Objective

Fixes #12966

## Solution

Renaming multi_threaded feature to match snake case

## Migration Guide

Bevy feature multi-threaded should be refered to multi_threaded from now
on.
2024-05-06 20:49:32 +00:00
..
access.rs Add archetypal to Access Debug impl (#12947) 2024-04-13 06:06:48 +00:00
builder.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
error.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
fetch.rs Add QueryState::contains, document complexity, and make as_nop pub(crate) (#12776) 2024-03-29 14:49:43 +00:00
filter.rs Update ecs query docs (#12595) 2024-03-22 13:28:41 +00:00
iter.rs Improve par_iter and Parallel (#12904) 2024-04-23 12:05:34 +00:00
mod.rs Remove APIs deprecated in 0.13 (#11974) 2024-02-19 19:04:47 +00:00
par_iter.rs multi_threaded feature rename (#12997) 2024-05-06 20:49:32 +00:00
state.rs multi_threaded feature rename (#12997) 2024-05-06 20:49:32 +00:00
world_query.rs Update ecs query docs (#12595) 2024-03-22 13:28:41 +00:00