Cargo Features

[dependencies]
embedded-graphics-simulator = { version = "0.6.0", default-features = false, features = ["fixed_point", "with-sdl"] }
default = with-sdl

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

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.

sdl2 with-sdl

Enables sdl2 ^0.35.1

ouroboros with-sdl

Enables ouroboros ^0.17.2