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-crossterm/crossterm-fix-metadata.diff

13 lines
404 B

--- crossterm-0.17.6/Cargo.toml 2020-07-06T17:58:34+00:00
+++ crossterm-0.17.6/Cargo.toml 2020-07-10T17:22:16.807630+00:00
@@ -73,9 +73,3 @@
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1.15"
features = ["mio-0_7-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.6.1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["winuser"]