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
400 B

--- crossterm-0.14.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossterm-0.14.1/Cargo.toml 2019-12-27T09:27:17.055358+00:00
@@ -71,9 +71,3 @@
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1.12"
features = ["mio-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.5.1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["winuser"]