Cargo Features
bevy_math has no features set by default.
[dependencies]
bevy_math = { version = "0.12.1", features = ["serialize", "mint", "glam_assert", "debug_glam_assert"] }
- serialize
- mint
-
Enable interoperation of glam types with mint-compatible libraries
- glam_assert
-
Enable assertions to check the validity of parameters passed to glam
Enables glam-assert of glam
- debug_glam_assert
-
Enable assertions in debug builds to check the validity of parameters passed to glam
Enables debug-glam-assert of glam