mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Update ncurses
Newest version removes the need for target-specific features.
This commit is contained in:
parent
0e95c6b714
commit
63109a9deb
10
Cargo.toml
10
Cargo.toml
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user