Cargo Features

[dependencies]
sdl-main-wrapper = { version = "0.1.0", default-features = false, features = ["std", "alloc", "args"] }
default = alloc

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

std args? = alloc
alloc default std?
args = std

Affects sdl-main-wrapper::SdlApp.init