bevy/crates/bevy_ui/src
ickshonpe 0f95e8820d
Remove the Globals binding from the box shadow shader (#16177)
# Objective

Remove the `Globals` binding from the box shadow shader. It isn't used
and was added by mistake.
2024-11-05 22:31:35 +01:00
..
experimental Migrate UI bundles to required components (#15898) 2024-10-17 21:11:02 +00:00
layout Remove custom rounding (#16097) 2024-11-05 22:28:18 +01:00
render Remove the Globals binding from the box shadow shader (#16177) 2024-11-05 22:31:35 +01:00
widget Move ContentSize requirements from Node to the widget defining components (#16083) 2024-11-05 22:27:44 +01:00
accessibility.rs Rename ComputedNode::calculated_size to size (#16131) 2024-11-05 22:28:17 +01:00
focus.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
geometry.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
lib.rs Fix bevy_picking plugin suffixes (#16082) 2024-10-27 21:17:18 +01:00
measurement.rs Use CosmicFontSystem in public bevy_text APIs and remove cosmic_text re-export (#16063) 2024-10-24 23:33:23 +02:00
node_bundles.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
picking_backend.rs Fix bevy_picking plugin suffixes (#16082) 2024-10-27 21:17:18 +01:00
stack.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
ui_material.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
ui_node.rs Constify ComputedNode (#16134) 2024-11-05 22:31:35 +01:00
update.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00