File: disable-windows-sys.diff

package info (click to toggle)
rust-normpath 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,4 +62,2 @@
 localization = [
-    "windows-sys/Win32_UI_Shell",
-    "windows-sys/Win32_UI_WindowsAndMessaging",
 ]
@@ -93,1 +93,1 @@
-[target."cfg(windows)".dependencies.windows-sys]
+[disabled.target."cfg(windows)".dependencies.windows-sys]
@@ -97,1 +97,1 @@
-[target."cfg(windows)".dev-dependencies.normpath_macros]
+[disabled.target."cfg(windows)".dev-dependencies.normpath_macros]
@@ -100,1 +100,1 @@
-[target."cfg(windows)".dev-dependencies.windows-sys]
+[disabled.target."cfg(windows)".dev-dependencies.windows-sys]