File: remove-windows-sys.patch

package info (click to toggle)
rust-rustyline 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: rustyline/Cargo.toml
===================================================================
--- rustyline.orig/Cargo.toml
+++ rustyline/Cargo.toml
@@ -218,14 +218,3 @@ optional = true
 
 [target."cfg(unix)".dependencies.utf8parse]
 version = "0.2"
-
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.2"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Console",
-    "Win32_Security",
-    "Win32_System_Threading",
-    "Win32_UI_Input_KeyboardAndMouse",
-]