File: drop-windows

package info (click to toggle)
rust-etcetera 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 356 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: etcetera/Cargo.toml
===================================================================
--- etcetera.orig/Cargo.toml
+++ etcetera/Cargo.toml
@@ -33,10 +33,3 @@ version = "1"
 
 [dependencies.home]
 version = "0.5"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
-    "Win32_Foundation",
-    "Win32_UI_Shell",
-]