Add "wide" feature to ncurses

Since it's no longer the default
This commit is contained in:
Alexandre Bury 2016-09-26 13:24:28 -07:00
parent 53a5bf19f3
commit 076e8d47e9

View File

@ -11,12 +11,15 @@ repository = "https://github.com/gyscos/Cursive"
version = "0.2.6"
[dependencies]
ncurses = "5.80.0"
odds = "0.2"
toml = "0.2"
unicode-segmentation = "0.1"
unicode-width = "0.1"
[dependencies.ncurses]
features = ["wide"]
version = "5.82.0"
[dev-dependencies]
rand = "0.3"