File: disable-windows.patch

package info (click to toggle)
rust-opener 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: sh: 790; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,8 +39,2 @@
 [features]
-reveal = [
-    "dep:url",
-    "dep:dbus",
-    "winapi/shtypes",
-    "winapi/objbase",
-]
 
@@ -59,4 +59,4 @@
-[target."cfg(windows)".dependencies.normpath]
+[disabled.target."cfg(windows)".dependencies.normpath]
 version = "1"
 
-[target."cfg(windows)".dependencies.winapi]
+[disabled.target."cfg(windows)".dependencies.winapi]