Cargo Features
[dependencies]
hyprshell = { version = "0.7.0", default-features = false, features = ["toml_config", "generate_config_command", "launcher_calc", "debug_command", "bar"] }
- default = debug_command, generate_config_command, launcher_calc, toml_config
-
These default features are set whenever
hyprshell
is added without
somewhere in the dependency tree.default-features = false - toml_config default
-
Enables toml_config of hyprshell-core-lib
- generate_config_command default
-
Enables generate_config of hyprshell-core-lib
- launcher_calc default
-
Enables calc of hyprshell-core-lib and hyprshell-launcher-lib
- debug_command default
- bar
Hyprshell has 6 features without comments.