File: remove-windows-deps.patch

package info (click to toggle)
rust-viuer 0.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: remove windows dependencies from Cargo.toml
Author: Nadzeya Hutsko <nadzya.info@gmail.com>
Forwarded: not-needed
Last-Update: 2025-09-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,8 +70,3 @@
 
 [dependencies.termcolor]
 version = "1"
-
-[target."cfg(windows)".dependencies.crossterm]
-version = "0.28"
-features = ["windows"]
-default-features = false