File: disable-windows.patch

package info (click to toggle)
rust-arboard 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: sh: 6; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75 +75 @@
-    "windows-sys",
+    #"windows-sys",
@@ -79 +79 @@
-windows-sys = ["dep:windows-sys"]
+#windows-sys = ["dep:windows-sys"]
@@ -156 +156 @@
-[target."cfg(windows)".dependencies.clipboard-win]
+[disabled.target."cfg(windows)".dependencies.clipboard-win]
@@ -160 +160 @@
-[target."cfg(windows)".dependencies.image]
+[disabled.target."cfg(windows)".dependencies.image]
@@ -166 +166 @@
-[target."cfg(windows)".dependencies.log]
+[disabled.target."cfg(windows)".dependencies.log]
@@ -169 +169 @@
-[target."cfg(windows)".dependencies.windows-sys]
+[disabled.target."cfg(windows)".dependencies.windows-sys]