Cargo Features
[dependencies]
tuit = { version = "0.3.1-a2+checkboxes", default-features = false, features = ["std", "alloc", "builtin_widgets", "ansi_renderer", "owo_colors", "extras", "debug"] }
- default = builtin_widgets
-
The
builtin_widgetsfeature is set by default whenevertuitis added withoutsomewhere in the dependency tree.default-features = false - std = alloc
-
Affects
tuit::std… - alloc std?
-
Affects
tuit::allocations… - builtin_widgets default
-
Affects
widgets::builtins… - ansi_renderer = owo_colors
-
Affects
draw::AnsiRenderer… - owo_colors ansi_renderer?
-
Enables owo-colors ~4.0
- extras
-
Enables ndarray ~0.16
Affects
terminal::extras… - debug
-
Enables env_logger and log