Cargo Features
[dependencies]
embedded-graphics-simulator = { version = "0.8.0", default-features = false, features = ["fixed_point", "with-sdl"] }
- default = with-sdl
-
The
with-sdlfeature is set by default wheneverembedded-graphics-simulatoris added withoutsomewhere 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.