Cargo Features
XXV has no features set by default.
[dependencies]
xxv = { version = "0.1.2", features = ["crossterm"] }
- default
-
These default features are set whenever
xxv
is added without
somewhere in the dependency tree.default-features = false Enables ncurses-backend of cursive ^0.14.0
cursive:
Enable the ncurses backend.
- crossterm
-
Enables crossterm-backend of cursive ^0.14.0
cursive:
Enable the crossterm backend.
XXV has 2 features without comments.