Cargo Features
[dependencies]
plexus = { version = "0.0.11", default-features = false, features = ["geometry-cgmath", "geometry-mint", "geometry-nalgebra"] }
- default = geometry-nalgebra
-
The
geometry-nalgebra
feature is set by default wheneverplexus
is added without
somewhere in the dependency tree.default-features = false - geometry-cgmath = cgmath
- geometry-mint = mint
- geometry-nalgebra default = nalgebra
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.
- cgmath geometry-cgmath?
-
Enables cgmath ^0.17.0
- mint geometry-mint?
- nalgebra geometry-nalgebra
-
Enables nalgebra ^0.17.0