Cargo Features
[dependencies]
ruboy_lib = { version = "0.1.7", default-features = false, features = ["boot_dmg0", "boot_dmg", "boot_mgb", "boot_img_enabled", "isa_display"] }
- default = boot_dmg, isa_display
-
These default features are set whenever
ruboy_lib
is added without
somewhere in the dependency tree.default-features = false - boot_dmg0 = boot_img_enabled
- boot_dmg default = boot_img_enabled
- boot_mgb = boot_img_enabled
- boot_img_enabled boot_dmg boot_dmg0? boot_mgb?
- isa_display default
-
Affects
isa::display
…