mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-12 12:13:08 +00:00
Fixed build on Windows
This commit is contained in:
parent
8b88bf9ba2
commit
ae33abec18
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user