Cargo Features
[dependencies]
gba = { version = "0.13.1", default-features = false, features = ["track_caller", "on_gba", "fixed", "critical-section"] }
- default = on_gba, track_caller
-
These default features are set whenever
gba
is added without
somewhere in the dependency tree.default-features = false - track_caller default
- on_gba default
-
Affects
gba::bios
,gba::dma
,gba::gba_cell
,gba::mgba
,gba::mmio
… - fixed
-
Enables fixed
Affects
fixed::i16fx8
,fixed::i16fx14
,fixed::i32fx8
…
Features from optional dependencies
- critical-section implicit feature
-
Enables critical-section
critical-section:
Cross-platform critical section