1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Matthias Geiger <werdahias@debian.org>
Date: Wed, 31 Dec 2025 16:22:00 +0100
Subject: Remove windows-only dependency
Forwarded: not-needed
Last-Update: 2024-10-21
---
Cargo.toml | 2 --
1 file changed, 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index f8a4a2a..fa79948 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,8 +65,6 @@ ashpd = { version = "0.11", features = [
"async-std",
], default-features = false }
-[target.'cfg(windows)'.dependencies]
-win32console = "0.1"
[features]
default = ["qr_code_scanning"]
|