Fixed build on Windows

This commit is contained in:
hyst329 2017-01-30 18:17:05 +03:00
parent 8b88bf9ba2
commit ae33abec18

View File

@ -13,7 +13,7 @@ repository = "https://github.com/gyscos/Cursive"
version = "0.4.0"
[badges]
travis-ci = { repository = "gyscos/Cursive" }
travis-ci = { repository = "gyscos/cursive" }
[build-dependencies.skeptic]
optional = true
@ -22,12 +22,15 @@ version = "0.6"
[dependencies]
chan = "0.1.18"
num = "0.1"
chan-signal = "0.1"
odds = "0.2"
toml = "0.2"
unicode-segmentation = "1.0"
unicode-width = "0.1"
[dependencies.chan-signal]
optional = true
version = "0.1"
[dependencies.bear-lib-terminal]
optional = true
version = "1.3.1"
@ -52,6 +55,7 @@ skeptic = "0.6"
[features]
default = ["ncurses"]
termion-backend = ["termion", "chan-signal"]
[lib]
name = "cursive"