Cargo Features
[dependencies]
tui-widgets = { version = "0.4.0", default-features = false, features = ["big-text", "popup", "prompts", "scrollview", "cards"] }
- default = big-text, popup, prompts, scrollview
-
features
By default, all the widgets are enabled.
- big-text default = tui-big-text
-
Enables the
big_text
widget - popup default = tui-popup
-
Enables the
popup
widget - prompts default = tui-prompts
-
Enables the
prompts
widget - scrollview default = tui-scrollview
-
Enables the
scrollview
widget - cards = tui-cards
-
Enables the
cards
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.