File: remove-win-dep.diff

package info (click to toggle)
warp 0.9.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,804 kB
  • sloc: python: 391; sh: 177; makefile: 31
file content (23 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
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"]