mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Add "wide" feature to ncurses
Since it's no longer the default
This commit is contained in:
parent
53a5bf19f3
commit
076e8d47e9
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user