File: remove-non-linux-deps.patch

package info (click to toggle)
rust-crossfont 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 264 kB
  • sloc: makefile: 4
file content (34 lines) | stat: -rw-r--r-- 918 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
32
33
34
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,31 +50,3 @@ version = "0.5.1"
 
 [target."cfg(not(any(target_os = \"macos\", windows)))".build-dependencies.pkg-config]
 version = "0.3"
-
-[target."cfg(target_os = \"macos\")".dependencies.cocoa]
-version = "0.24"
-
-[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
-version = "0.9"
-
-[target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys]
-version = "0.8"
-
-[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
-version = "0.22"
-
-[target."cfg(target_os = \"macos\")".dependencies.core-text]
-version = "19"
-
-[target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2.7"
-
-[target."cfg(target_os = \"macos\")".dependencies.once_cell]
-version = "1.12"
-
-[target."cfg(windows)".dependencies.dwrote]
-version = "0.11"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["impl-default"]