Register type BoxShadow (#16750)

# 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
This commit is contained in:
jf908 2024-12-11 01:03:33 +00:00 committed by GitHub
parent b141ffe2f6
commit 62c842c94c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>()