Cargo Features

[dependencies]
sdl3-main = { version = "0.5.2", default-features = false, features = ["std", "alloc", "nightly", "use-parking-lot-v0-12"] }
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 use-parking-lot-v0-12? = alloc

Enables std of sdl3-main-macros

Affects app::AppMainWithResult

alloc std

Enables alloc of sdl3-main-macros

nightly
use-parking-lot-v0-12 = std

Enables parking_lot