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 wheneversdl3-main
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of sdl3-main-macros
Affects
app::AppMainWithResult
… - alloc std
-
Enables alloc of sdl3-main-macros
- nightly
-
for docs