mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +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"
|
version = "0.2.6"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ncurses = "5.80.0"
|
|
||||||
odds = "0.2"
|
odds = "0.2"
|
||||||
toml = "0.2"
|
toml = "0.2"
|
||||||
unicode-segmentation = "0.1"
|
unicode-segmentation = "0.1"
|
||||||
unicode-width = "0.1"
|
unicode-width = "0.1"
|
||||||
|
|
||||||
|
[dependencies.ncurses]
|
||||||
|
features = ["wide"]
|
||||||
|
version = "5.82.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user