Cargo Features

[dependencies]
cega = { version = "0.2.2", default-features = false, features = ["terminal", "png", "sdl2"] }
default = png, sdl2, terminal

These default features are set whenever cega is added without default-features = false somewhere in the dependency tree.

terminal default = clap

Affects cega::terminal

Required by the binary

png default = image

Affects cega::png

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.

image png
clap terminal
sdl2 default

Affects cega::sdl