Cargo Features

[dependencies]
tui-widgets = { version = "0.5.0-alpha.0", default-features = false, features = ["big-text", "box-text", "cards", "popup", "prompts", "qrcode", "scrollview"] }
default = big-text, box-text, cards, popup, prompts, qrcode, scrollview

features

By default, all the widgets are enabled.

big-text default = tui-big-text

Enables the big_text widget

box-text default = tui-box-text

Enables the box_text widget

cards default = tui-cards

Enables the cards widget

popup default = tui-popup

Enables the popup widget

prompts default = tui-prompts

Enables the prompts widget

qrcode default = tui-qrcode

Enables the qrcode widget

scrollview default = tui-scrollview

Enables the scrollview widget

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.

tui-big-text big-text
tui-box-text box-text
tui-cards cards
tui-popup popup
tui-prompts prompts
tui-qrcode qrcode
tui-scrollview scrollview