Cargo Features
Fui has no features set by default.
[dependencies]
fui = { version = "2.1.0", features = ["markdown"] }
- default
-
These default features are set whenever
fui
is added without
somewhere in the dependency tree.default-features = false Enables ncurses-backend of cursive ^0.18
cursive:
Enable the ncurses backend.
- markdown
-
Enables markdown of cursive ^0.18
cursive:
Allows parsing StyledString from markdown text.
Fui has 2 features without comments.