Cargo Features
[dependencies]
crevice = { version = "0.17.0", default-features = false, features = ["std", "test-all-math-libraries"] }
- default = std
-
The
std
feature is set by default whenevercrevice
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
glsl::GlslStruct
,traits::WriteStd140
,traits::WriteStd430
… - test-all-math-libraries = cgmath, glam, nalgebra
-
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.