Cargo Features
[dependencies]
babushka = { version = "0.1.10", default-features = false, features = ["raster", "example"] }
- default = example
-
The
example
feature is set by default wheneverbabushka
is added without
somewhere in the dependency tree.default-features = false - raster example = font8x8
-
Affects
babushka::raster
… - example default = gif, minifb, raster
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.