1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75 +75 @@
- "windows-sys",
+ #"windows-sys",
@@ -79 +79 @@
-windows-sys = ["dep:windows-sys"]
+#windows-sys = ["dep:windows-sys"]
@@ -156 +156 @@
-[target."cfg(windows)".dependencies.clipboard-win]
+[disabled.target."cfg(windows)".dependencies.clipboard-win]
@@ -160 +160 @@
-[target."cfg(windows)".dependencies.image]
+[disabled.target."cfg(windows)".dependencies.image]
@@ -166 +166 @@
-[target."cfg(windows)".dependencies.log]
+[disabled.target."cfg(windows)".dependencies.log]
@@ -169 +169 @@
-[target."cfg(windows)".dependencies.windows-sys]
+[disabled.target."cfg(windows)".dependencies.windows-sys]
|