1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Index: terminal-size/Cargo.toml
===================================================================
--- terminal-size.orig/Cargo.toml
+++ terminal-size/Cargo.toml
@@ -49,9 +49,9 @@ features = ["termios"]
[target."cfg(not(windows))".dev-dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59.0"
-features = [
- "Win32_Foundation",
- "Win32_System_Console",
-]
+# [target."cfg(windows)".dependencies.windows-sys]
+# version = "0.59.0"
+# features = [
+# "Win32_Foundation",
+# "Win32_System_Console",
+# ]
|