Cargo Features
StupidAlloc has no features set by default.
[dependencies]
stupidalloc = { version = "0.2.1", features = ["always-graphics", "graphics", "interactive", "logging"] }
- always-graphics = graphics
- graphics always-graphics? = minifb
- interactive = native-dialog
- logging
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- minifb graphics?
-
Enables minifb ^0.25
- native-dialog interactive?
-
Enables native-dialog ^0.6.4