bevy/crates/bevy_ui/src
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
..
experimental Switch ChildOf back to tuple struct (#18672) 2025-04-03 21:45:43 +02:00
layout Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00
render Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00
widget Improved Require Syntax (#18555) 2025-03-26 19:07:30 +01:00
accessibility.rs Fix AccessKit node bounds (#18706) 2025-04-09 00:21:41 +02:00
focus.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00
geometry.rs Use UiRect::all to build the UiRect constants (#18372) 2025-03-17 21:51:11 +00:00
lib.rs register ComputedNodeTarget (#18503) 2025-03-25 22:39:04 +01:00
measurement.rs
picking_backend.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00
stack.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-14 22:45:27 +02:00
ui_material.rs Fix Component require() IDE integration (#18165) 2025-03-06 02:44:47 +00:00
ui_node.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
update.rs Switch ChildOf back to tuple struct (#18672) 2025-04-03 21:45:43 +02:00