File: remove-windows.patch

package info (click to toggle)
rust-crosstermion 0.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 164 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: crosstermion/Cargo.toml
===================================================================
--- crosstermion.orig/Cargo.toml
+++ crosstermion/Cargo.toml
@@ -97,9 +97,3 @@ tui-react-crossterm = [
     "tui-crossterm-backend",
     "crossterm",
 ]
-
-[target."cfg(windows)".dependencies.crossterm]
-version = "0.27.0"
-features = ["windows"]
-optional = true
-default-features = false