mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Add ncurses-backend and blt-backend features
Not very useful for now since those backends don't need any extra crate, but at least it improves coherence since there is termion-backend already.
This commit is contained in:
parent
633e274216
commit
9850e93125
@ -57,9 +57,12 @@ rand = "0.3"
|
||||
skeptic = "0.7"
|
||||
|
||||
[features]
|
||||
default = ["ncurses"]
|
||||
default = ["ncurses-backend"]
|
||||
|
||||
ncurses-backend = ["ncurses"]
|
||||
termion-backend = ["termion", "chan", "chan-signal"]
|
||||
pancurses-backend = ["pancurses"]
|
||||
blt-backend = ["bear-lib-terminal"]
|
||||
|
||||
[lib]
|
||||
name = "cursive"
|
||||
|
Loading…
Reference in New Issue
Block a user