Cargo Features
[dependencies]
embedded-graphics-simulator = { version = "0.7.0", default-features = false, features = ["fixed_point", "with-sdl"] }
- default = with-sdl
-
The
with-sdl
feature is set by default wheneverembedded-graphics-simulator
is added without
somewhere in the dependency tree.default-features = false - fixed_point
-
Enables fixed_point of embedded-graphics
- with-sdl default = ouroboros, sdl2
-
Affects
embedded-graphics-simulator::sdl2
…
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.