mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +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"
|
version = "0.4.0"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "gyscos/Cursive" }
|
travis-ci = { repository = "gyscos/cursive" }
|
||||||
|
|
||||||
[build-dependencies.skeptic]
|
[build-dependencies.skeptic]
|
||||||
optional = true
|
optional = true
|
||||||
@ -22,12 +22,15 @@ version = "0.6"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
chan = "0.1.18"
|
chan = "0.1.18"
|
||||||
num = "0.1"
|
num = "0.1"
|
||||||
chan-signal = "0.1"
|
|
||||||
odds = "0.2"
|
odds = "0.2"
|
||||||
toml = "0.2"
|
toml = "0.2"
|
||||||
unicode-segmentation = "1.0"
|
unicode-segmentation = "1.0"
|
||||||
unicode-width = "0.1"
|
unicode-width = "0.1"
|
||||||
|
|
||||||
|
[dependencies.chan-signal]
|
||||||
|
optional = true
|
||||||
|
version = "0.1"
|
||||||
|
|
||||||
[dependencies.bear-lib-terminal]
|
[dependencies.bear-lib-terminal]
|
||||||
optional = true
|
optional = true
|
||||||
version = "1.3.1"
|
version = "1.3.1"
|
||||||
@ -52,6 +55,7 @@ skeptic = "0.6"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["ncurses"]
|
default = ["ncurses"]
|
||||||
|
termion-backend = ["termion", "chan-signal"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "cursive"
|
name = "cursive"
|
||||||
|
Loading…
Reference in New Issue
Block a user