Cargo Features
[dependencies]
rpi-led-matrix = { version = "0.4.0", default-features = false, features = ["embeddedgraphics", "args", "c-stubs", "stdcpp-static-link"] }
- default = embeddedgraphics
-
The
embeddedgraphics
feature is set by default wheneverrpi-led-matrix
is added without
somewhere in the dependency tree.default-features = false - embeddedgraphics default = embedded-graphics-core
- args = clap
-
Affects
rpi-led-matrix::args
… - c-stubs
-
Enables c-stubs of rpi-led-matrix-sys
- stdcpp-static-link
-
Enables stdcpp-static-link of rpi-led-matrix-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.
- embedded-graphics-core embeddedgraphics
-
Enables embedded-graphics-core ^0.3
- clap args?
-
Enables clap ^3.0