Skip to content

Commit

Permalink
Register type BoxShadow (#16750)
Browse files Browse the repository at this point in the history
# Objective

- Register `BoxShadow` type for reflection

## Testing

- Tested that box shadow example compiles and runs

## Additional

- It would be nice to have this in 0.15.1
  • Loading branch information
jf908 authored Dec 11, 2024
1 parent b141ffe commit 62c842c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ impl Plugin for UiPlugin {
.register_type::<UiScale>()
.register_type::<BorderColor>()
.register_type::<BorderRadius>()
.register_type::<BoxShadow>()
.register_type::<widget::Button>()
.register_type::<widget::Label>()
.register_type::<ZIndex>()
Expand Down

0 comments on commit 62c842c

Please sign in to comment.