Cargo Features

Embedded-graphics has no features set by default.

[dependencies]
embedded-graphics = { version = "0.8.1", features = ["nalgebra_support", "fixed_point", "defmt"] }
nalgebra_support

Enables nalgebra_support of embedded-graphics-core

fixed_point = fixed
defmt

Enables defmt, defmt of embedded-graphics-core

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.

fixed fixed_point?