File: remove-unavailable-cursive-backends.patch

package info (click to toggle)
rust-so 0.4.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 456 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Remove unavailable cursive backend features
 These backends were disabled in Debian rust-cursive package
Author: Nadzeya Hutsko <nadzya.info@gmail.com>
Forwarded: not-needed
Last-Update: 2025-12-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -132,10 +132,6 @@
 
 [features]
 crossterm-backend = ["cursive/crossterm-backend"]
-default = ["cursive/termion-backend"]
-ncurses-backend = ["cursive/ncurses-backend"]
-pancurses-backend = ["cursive/pancurses-backend"]
-termion-backend = ["cursive/termion-backend"]
 windows = ["cursive/crossterm-backend"]
 
 [badges.appveyor]