Cargo Features
[dependencies]
mirror-mirror = { version = "0.2.0-rc.1", default-features = false, features = ["simple_type_name", "speedy", "serde", "glam", "glam-scalar-math", "macaw"] }
- default = glam, macaw, serde, simple_type_name, speedy
-
These default features are set whenever
mirror-mirror
is added without
somewhere in the dependency tree.default-features = false - simple_type_name default
-
Enables syn
- speedy default
- serde default
- glam default glam-scalar-math? speedy
-
Enables glam
- glam-scalar-math
-
Enables scalar-math of glam
glam:
this is primarily for testing the fallback implementation
- macaw default
-
Enables macaw
mirror-mirror has 7 features without comments.