bevy/crates/bevy_render/src/render_graph
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
..
app.rs Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
context.rs Implement experimental GPU two-phase occlusion culling for the standard 3D mesh pipeline. (#17413) 2025-01-27 05:02:46 +00:00
edge.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
graph.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
mod.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
node_slot.rs Remove thiserror from bevy_render (#15765) 2024-10-09 14:26:28 +00:00
node.rs Diagnostics for label traits (#17441) 2025-01-20 21:51:26 +00:00