Cargo Features

[dependencies]
appy = { version = "0.1.6", default-features = false, features = ["sdl", "glutin"] }
default = sdl

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

sdl default

Enables sdl of glapp

glutin

Enables glutin of glapp

Appy has 3 features without comments.