Cargo Features
[dependencies]
hlbc-gui = { version = "0.3.0", default-features = false, features = ["callgraph", "search", "wgpu", "glow"] }
- default = search, wgpu
-
These default features are set whenever
hlbc-gui
is added without
somewhere in the dependency tree.default-features = false - callgraph
-
Core library
- search default = hlbc-indexing
- wgpu default
-
Enables wgpu of eframe ^0.23
AIO GUI framework
- glow
-
Enables glow of eframe ^0.23
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.