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-mirroris added withoutsomewhere in the dependency tree.default-features = false - simple_type_name default
-
Enables syn
- speedy default
-
Enables speedy, speedy of glam >=0.28, <=0.30 and kollect
- serde default
- glam default glam-scalar-math? speedy
-
Enables glam >=0.28, <=0.30
- glam-scalar-math
-
Enables scalar-math of glam >=0.28, <=0.30
glam:
this is primarily for testing the fallback implementation
- macaw default
-
Enables macaw
mirror-mirror has 7 features without comments.