Cargo Features
[dependencies]
cubiomes = { version = "0.3.3", default-features = false, features = ["cc_build", "image"] }
- default = cc_build, image
-
These default features are set whenever
cubiomes
is added without
somewhere in the dependency tree.default-features = false - cc_build default
-
Enables cc_build of cubiomes-sys
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.
- image default