diff --git a/crates/bevy_ui/src/lib.rs b/crates/bevy_ui/src/lib.rs index 28485362d3e44..2a3ef6b878b63 100644 --- a/crates/bevy_ui/src/lib.rs +++ b/crates/bevy_ui/src/lib.rs @@ -55,6 +55,7 @@ impl Plugin for UiPlugin { .register_type::() // NOTE: used by Style::aspect_ratio .register_type::>() + .register_type::() .register_type::() .register_type::>() .register_type::>()