bevy/crates/bevy_asset/src/io
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
..
embedded Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
file Don't panic on temporary files in file watcher (#18462) 2025-03-25 04:16:33 +00:00
android.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
gated.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
memory.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
mod.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
processor_gated.rs Switch bevy_asset to core::prelude (#17442) 2025-01-20 04:14:48 +00:00
source.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
wasm.rs fix error and lints when building for wasm32 (#18500) 2025-03-23 22:06:28 +00:00