Cargo Features

simple-game-engine has no features set by default.

[dependencies]
simple-game-engine = { version = "0.8.3", features = ["unifont", "bundled_sdl", "static_sdl"] }
unifont = sdl2-unifont
bundled_sdl

Enables bundled of sdl2 ^0.34.4

static_sdl

Enables static-link of sdl2 ^0.34.4

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-unifont unifont?