diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 689392fbe53ff..c519bf85e1690 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -11,3 +11,7 @@ keywords = ["bevy"] [dependencies] glam = { version = "0.21", features = ["serde", "bytemuck"] } serde = "1" + +[features] +# Enable interoperation of glam types with mint-compatible libraries +mint = ["glam/mint"]