Cargo Features
[dependencies]
ssd1675 = { version = "0.5.0", default-features = false, features = ["graphics", "examples"] }
- default = graphics
-
The
graphics
feature is set by default wheneverssd1675
is added without
somewhere in the dependency tree.default-features = false - 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