Update ncurses

Newest version removes the need for target-specific features.
This commit is contained in:
Alexandre Bury 2017-01-06 21:11:28 -08:00
parent 0e95c6b714
commit 63109a9deb

View File

@ -11,8 +11,6 @@ readme = "Readme.md"
repository = "https://github.com/gyscos/Cursive" repository = "https://github.com/gyscos/Cursive"
version = "0.3.6" version = "0.3.6"
[build-dependencies]
[build-dependencies.skeptic] [build-dependencies.skeptic]
optional = true optional = true
version = "0.6" version = "0.6"
@ -29,14 +27,10 @@ unicode-width = "0.1"
optional = true optional = true
version = "1.3.1" version = "1.3.1"
[target.'cfg(target_os = "linux")'.dependencies.ncurses] [dependencies.ncurses]
features = ["wide"] features = ["wide"]
optional = true optional = true
version = "5.84.0" version = "5.85.0"
[target.'cfg(target_os = "macos")'.dependencies.ncurses]
optional = true
version = "5.84.0"
[dependencies.pancurses] [dependencies.pancurses]
features = ["wide"] features = ["wide"]