bevy/crates/bevy_ui/src
ickshonpe df1aa39ae4
Use UiRect::all to build the UiRect constants (#18372)
# Objective

Use the const `all` fn to create the UiRect consts instead of setting
the fields individually.
2025-03-17 21:51:11 +00:00
..
experimental bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
layout Revert "Transform Propagation Optimization: Static Subtree Marking (#18094)" (#18363) 2025-03-17 20:01:29 +00:00
render Remove the entity index from the UI phase's sort key (#18273) 2025-03-12 17:11:02 +00:00
widget bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
accessibility.rs Generic system config (#17962) 2025-03-12 00:12:30 +00:00
focus.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
geometry.rs Use UiRect::all to build the UiRect constants (#18372) 2025-03-17 21:51:11 +00:00
lib.rs Add NodeImageMode to the UI prelude (#17848) 2025-02-13 19:48:45 +00:00
measurement.rs Use CosmicFontSystem in public bevy_text APIs and remove cosmic_text re-export (#16063) 2024-10-23 20:05:28 +00:00
picking_backend.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
stack.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00: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 Generic system config (#17962) 2025-03-12 00:12:30 +00:00