diff --git a/crates/bevy_core/src/lib.rs b/crates/bevy_core/src/lib.rs index bd4b54d4cef27..7cc0735c98503 100644 --- a/crates/bevy_core/src/lib.rs +++ b/crates/bevy_core/src/lib.rs @@ -57,11 +57,29 @@ fn register_math_types(app: &mut App) { .register_type::() .register_type::() .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() .register_type::() .register_type::() + .register_type::() .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() + .register_type::() .register_type::() .register_type::() + .register_type::() .register_type::() + .register_type::() .register_type::(); }