bevy/crates/bevy_ecs/src/storage
Carter Anderson e9a0ef49f9
Rename bevy_platform_support to bevy_platform (#18813)
# Objective

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.

## Solution

- Rename `bevy_platform_support` to `bevy_platform`.
2025-04-11 23:13:28 +00:00
..
table Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
blob_array.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
blob_vec.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
mod.rs Isolate component registration (#17671) 2025-02-05 19:59:30 +00:00
resource.rs Fix lint errors on bevy_ecs with disabled features (#18488) 2025-03-22 16:36:56 +00:00
sparse_set.rs Handle TriggerTargets that are combinations for components/entities (#18024) 2025-02-24 23:57:34 +00:00
thin_array_ptr.rs Use fully qualified syntax in assertions. (#17936) 2025-02-22 01:58:54 +00:00