Cargo Features
[dependencies]
cust_core = { version = "0.1.1", default-features = false, features = ["half", "num-complex", "glam", "mint", "vek"] }
- default = glam, mint, vek
-
These default features are set whenever
cust_core
is added without
somewhere in the dependency tree.default-features = false
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.
- half implicit feature
-
Enables half ^1.8
- num-complex implicit feature
-
Enables num-complex
num-complex:
Complex numbers implementation for Rust
- glam default
-
Enables glam ^0.20
- mint default
- vek default
-
Enables vek ^0.15.1