File: disable-macos.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 (31 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68 +68 @@
-core-graphics = ["dep:objc2-core-graphics"]
+#core-graphics = ["dep:objc2-core-graphics"]
@@ -72,2 +72,2 @@
-    "dep:objc2-core-graphics",
-    "dep:objc2-core-foundation",
+    #"dep:objc2-core-graphics",
+    #"dep:objc2-core-foundation",
@@ -76 +76 @@
-    "core-graphics",
+    #"core-graphics",
@@ -104 +104 @@
-[target.'cfg(target_os = "macos")'.dependencies.image]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.image]
@@ -110 +110 @@
-[target.'cfg(target_os = "macos")'.dependencies.objc2]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.objc2]
@@ -113 +113 @@
-[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
@@ -124 +124 @@
-[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
@@ -133 +133 @@
-[target.'cfg(target_os = "macos")'.dependencies.objc2-core-graphics]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.objc2-core-graphics]
@@ -144 +144 @@
-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]