You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-pancurses/pancurses-fix-metadata.diff

16 lines
465 B

--- pancurses-0.16.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ pancurses-0.16.1/Cargo.toml 2021-05-19T16:03:15.128169+00:00
@@ -36,12 +36,5 @@
disable_resize = []
show_menu = []
wide = ["ncurses/wide"]
-win32 = ["pdcurses-sys/win32"]
-win32a = ["pdcurses-sys/win32a"]
[target."cfg(unix)".dependencies.ncurses]
version = "5.91.0"
-[target."cfg(windows)".dependencies.pdcurses-sys]
-version = "0.7"
-
-[target."cfg(windows)".dependencies.winreg]
-version = "0.5"