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 default-features = false somewhere in the dependency tree.

callgraph

Enables graph of hlbc

Core library

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.

hlbc-indexing search