File: remove-dep.diff

package info (click to toggle)
rust-termsize 0.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 8; sh: 3
file content (12 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: termsize/Cargo.toml
===================================================================
--- termsize.orig/Cargo.toml
+++ termsize/Cargo.toml
@@ -28,7 +28,0 @@
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
-    "handleapi",
-    "fileapi",
-    "wincon",
-]