Cargo Features
[dependencies]
dijo = { version = "0.2.7", default-features = false, features = ["termion-backend", "crossterm-backend"] }
- default = termion-backend
-
The
termion-backend
feature is set by default wheneverdijo
is added without
somewhere in the dependency tree.default-features = false - termion-backend default
-
Enables termion-backend of cursive ^0.16
cursive:
Enable the termion backend.
- crossterm-backend
-
Enables crossterm-backend of cursive ^0.16
cursive:
Enable the crossterm backend.
dijo has 3 features without comments.