Cargo Features

[dependencies]
rpi-led-panel = { version = "0.5.1", default-features = false, features = ["drawing"] }
default = drawing

The drawing feature is set by default whenever rpi-led-panel is added without default-features = false somewhere in the dependency tree.

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.

embedded-graphics drawing