File: drop-non-foss-platforms.patch

package info (click to toggle)
rust-clipboard 0.5.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: makefile: 13
file content (13 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,10 +23,0 @@
-[target."cfg(target_os = \"macos\")".dependencies.objc]
-version = "0.2"
-
-[target."cfg(target_os = \"macos\")".dependencies.objc-foundation]
-version = "0.1"
-
-[target."cfg(target_os = \"macos\")".dependencies.objc_id]
-version = "0.1"
-[target."cfg(windows)".dependencies.clipboard-win]
-version = "2.1"