Cargo Features

[dependencies]
tuit = { version = "0.3.0-a2+checkboxes", default-features = false, features = ["std", "alloc", "builtin_widgets", "ansi_renderer", "owo_colors", "extras", "debug"] }
default = builtin_widgets

The builtin_widgets feature is set by default whenever tuit is added without default-features = false somewhere in the dependency tree.

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

extras

Enables ndarray

Affects terminal::extras

debug

Enables env_logger and log