Cargo Features
[dependencies]
agb = { version = "0.21.3", default-features = false, features = ["backtrace", "multiboot", "serde", "testing"] }
- default = backtrace, testing
-
These default features are set whenever
agb
is added without
somewhere in the dependency tree.default-features = false - backtrace default = testing
-
Enables qrcodegen-no-heap
- multiboot
- serde
-
Enables serde of agb_fixnum and agb_hashmap
- testing default backtrace
AGB has 5 features without comments.