Cargo Features
[dependencies]
crevice = { version = "0.18.0", default-features = false, features = ["std", "test-all-math-libraries"] }
- default = std
-
The
stdfeature is set by default whenevercreviceis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Affects
glsl::GlslStruct,traits::WriteStd140,traits::WriteStd430… - test-all-math-libraries = cgmath, glam, nalgebra
-
Enables std of glam ^0.30
glam:
enable support for the standard library
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.