Cargo Features

[dependencies]
sdl3-main = { version = "0.1.0", default-features = false, features = ["std", "alloc", "nightly"] }
default = std

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

std default = alloc

Enables std of sdl3-main-macros

Affects app::AppMainWithResult

alloc std

Enables alloc of sdl3-main-macros

nightly

for docs