Cargo Features
[dependencies]
tuigui = { version = "0.18.1", default-features = false, features = ["terminal_ready", "backend_crossterm", "content_proc_owo_colors", "hashbrown"] }
- default = hashbrown, terminal_ready
-
These default features are set whenever
tuigui
is added without
somewhere in the dependency tree.default-features = false - terminal_ready default = backend_crossterm, content_proc_owo_colors
- backend_crossterm terminal_ready
-
Enables crossterm
- content_proc_owo_colors terminal_ready
-
Enables owo-colors
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.
- hashbrown default
-
Enables hashbrown ^0.14.5
Affects
type_aliases::HashMap
…