Cargo Features
[dependencies]
ggmath = { version = "0.6.0", default-features = false, features = ["full", "matrix", "primitive_aliases", "quaternion", "rectangle", "testing"] }
- default = matrix, newnum, primitive_aliases, quaternion
-
These default features are set whenever
ggmath
is added without
somewhere in the dependency tree.default-features = false - full = matrix, newnum, primitive_aliases, quaternion, rectangle, testing
- matrix default full?
-
Affects
ggmath::matrix
… - primitive_aliases default full?
- quaternion default full?
-
Affects
ggmath::quaternion
… - rectangle full?
-
Affects
ggmath::rectangle
… - testing full?
-
Affects
ggmath::testing
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.