Cargo Features
[dependencies]
theon = { version = "0.0.1", default-features = false, features = ["array", "geometry-cgmath", "geometry-mint", "geometry-nalgebra"] }
- default = geometry-nalgebra
-
The
geometry-nalgebra
feature is set by default whenevertheon
is added without
somewhere in the dependency tree.default-features = false - array = ndarray, ndarray-linalg
- 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.18.0
- ndarray linux array?
-
Enables ndarray ^0.12.0
- ndarray-linalg linux array?
-
Enables ndarray-linalg ^0.10.0