Cargo Features

[dependencies]
ssd1675 = { version = "0.5.0", default-features = false, features = ["graphics", "examples"] }
default = graphics

The graphics feature is set by default whenever ssd1675 is added without default-features = false somewhere in the dependency tree.

graphics default = embedded-graphics
examples = linux-embedded-hal, profont

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 graphics

Enables embedded-graphics ^0.7.1

linux-embedded-hal examples?

Enables linux-embedded-hal ^0.3.2

profont examples?

Enables profont ^0.5.0