File: patch_out_feature_display-window.patch

package info (click to toggle)
rust-imageproc 0.25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,12 +83,6 @@
 version = "1.8.0"
 optional = true
 
-[dependencies.sdl2]
-version = "0.36"
-features = ["bundled"]
-optional = true
-default-features = false
-
 [dev-dependencies.assert_approx_eq]
 version = "1.1.0"
 
@@ -106,7 +100,6 @@
     "rayon",
     "image/default",
 ]
-display-window = ["sdl2"]
 property-testing = ["quickcheck"]
 
 [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]