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.18.2/Cargo.toml 2020-10-29T16:47:26+00:00
+++ crossterm-0.18.2/Cargo.toml 2020-12-01T15:22:55.993143+00:00
@@ -81,9 +81,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.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["winuser"]