bevy/crates/bevy_ecs/src/query
Carter Anderson 9666a7e688 Rename bevy_platform_support to bevy_platform (#18813)
The goal of `bevy_platform_support` is to provide a set of platform
agnostic APIs, alongside platform-specific functionality. This is a high
traffic crate (providing things like HashMap and Instant). Especially in
light of https://github.com/bevyengine/bevy/discussions/18799, it
deserves a friendlier / shorter name.

Given that it hasn't had a full release yet, getting this change in
before Bevy 0.16 makes sense.

- Rename `bevy_platform_support` to `bevy_platform`.
2025-04-14 22:45:27 +02:00
..
access.rs Get names of queued components (#18451) 2025-04-03 21:45:42 +02:00
builder.rs Remove deprecated component_reads_and_writes (#16348) 2025-03-04 08:22:29 +00:00
error.rs Remove lifetime from QueryEntityError (#18157) 2025-03-09 20:05:22 +00:00
fetch.rs Fix unsound query transmutes on queries obtained from Query::as_readonly() (#17973) 2025-03-04 19:26:31 +00:00
filter.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
iter.rs Rename EntityBorrow/TrustedEntityBorrow to ContainsEntity/EntityEquivalent (#18470) 2025-03-30 10:24:00 +02:00
mod.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
par_iter.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00
state.rs use entity set collections type aliases instead of defaults (#18695) 2025-04-03 21:45:44 +02:00
world_query.rs Move Item and fetch to QueryData from WorldQuery (#17679) 2025-02-05 18:46:18 +00:00