Cargo Features
[dependencies]
rpi-led-panel = { version = "0.6.0", default-features = false, features = ["drawing"] }
- default = drawing
-
The
drawing
feature is set by default wheneverrpi-led-panel
is added without
somewhere in the dependency tree.default-features = false - drawing default = embedded-graphics
-
Affects
canvas::embedded_graphics_support
…
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.