diff --git a/crates/bevy_text/src/lib.rs b/crates/bevy_text/src/lib.rs index f9257dfa71..853cf5799a 100644 --- a/crates/bevy_text/src/lib.rs +++ b/crates/bevy_text/src/lib.rs @@ -62,6 +62,8 @@ impl Plugin for TextPlugin { .add_asset::() .register_type::() .register_type::() + .register_type::>() + .register_type::() .register_type::() .register_type::() .register_type::()