mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 19:00:46 +00:00
Don't use ncurses's wide
attribute on macos
This commit is contained in:
parent
2bacfcb11e
commit
cf80749b8d
@ -29,11 +29,15 @@ unicode-width = "0.1"
|
||||
optional = true
|
||||
version = "1.3.1"
|
||||
|
||||
[dependencies.ncurses]
|
||||
[target.'cfg(target_os = "linux")'.dependencies.ncurses]
|
||||
features = ["wide"]
|
||||
optional = true
|
||||
version = "5.84.0"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies.ncurses]
|
||||
optional = true
|
||||
version = "5.84.0"
|
||||
|
||||
[dependencies.pancurses]
|
||||
features = ["wide"]
|
||||
optional = true
|
||||
|
Loading…
Reference in New Issue
Block a user