mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +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"
|
skeptic = "0.7"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ncurses"]
|
default = ["ncurses-backend"]
|
||||||
|
|
||||||
|
ncurses-backend = ["ncurses"]
|
||||||
termion-backend = ["termion", "chan", "chan-signal"]
|
termion-backend = ["termion", "chan", "chan-signal"]
|
||||||
pancurses-backend = ["pancurses"]
|
pancurses-backend = ["pancurses"]
|
||||||
|
blt-backend = ["bear-lib-terminal"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "cursive"
|
name = "cursive"
|
||||||
|
Loading…
Reference in New Issue
Block a user