Cargo Features
[dependencies]
blitz-shell = { version = "0.1.0-alpha.1", default-features = false, features = ["accessibility", "menu", "tracing"] }
- default = accessibility, menu, tracing
-
These default features are set whenever
blitz-shell
is added without
somewhere in the dependency tree.default-features = false - accessibility default
-
Enables accesskit ^0.17 and accesskit_winit ^0.23, accessibility of blitz-dom
-
Enables muda ^0.11.5
- tracing default
-
Enables tracing of blitz-dom and tracing
Other dependencies