File: do-not-use-crossterm-windows-feature.patch

package info (click to toggle)
rust-presenterm 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,692 kB
  • sloc: sh: 51; javascript: 36; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: do not use crossterm windows feature
 crossterm in debian does not enable the windows feature.
Author: Ananthu C V <weepingclown@debian.org>
Forwarded: not-needed
Last-Update: 2025-08-17
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,3 +75,2 @@
     "events",
-    "windows",
 ]