File: disable-termion.patch

package info (click to toggle)
rust-cursive 0.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 332 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Disable termion backend for packaged version is too low
 Required 4.x, packaged 1.x
Author: Blair Noctis <ncts@debian.org>
Forwarded: not-needed
Last-Update: 2025-03-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,3 +100,3 @@
 
-[dependencies.termion]
+[disabled.dependencies.termion]
 version = "4"
@@ -138,3 +138,3 @@
 #]
-termion-backend = ["dep:termion"]
+#termion-backend = ["dep:termion"]
 toml = ["cursive_core/toml"]