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 wheneversdl3-main
is added without
somewhere in the dependency tree.default-features = false - 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