Cargo Features

[dependencies]
xv = { version = "0.1.1", default-features = false, features = ["ncurses-backend", "pancurses-backend", "termion-backend", "crossterm-backend", "blt-backend"] }
default = ncurses-backend

The ncurses-backend feature is set by default whenever xv is added without default-features = false somewhere in the dependency tree.

ncurses-backend default

Enables ncurses-backend of cursive ^0.12.0

cursive:

Enable the ncurses backend.

pancurses-backend

Enables pancurses-backend of cursive ^0.12.0

cursive:

Enable the pancurses backend.

termion-backend

Enables termion-backend of cursive ^0.12.0

cursive:

Enable the termion backend.

crossterm-backend

Enables crossterm-backend of cursive ^0.12.0

cursive:

Enable the crossterm backend.

blt-backend

Enables blt-backend of cursive ^0.12.0

cursive:

Enable the BearLibTerminal backend. Requires BLT to be installed separately.

XV has 6 features without comments.