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 whenever rpi-led-matrix is added without default-features = false somewhere in the dependency tree.

embeddedgraphics default = embedded-graphics-core
args = clap

Affects rpi-led-matrix::args

c-stubs

Enables c-stubs of rpi-led-matrix-sys

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