File: disable-glium.diff

package info (click to toggle)
rust-png 0.17.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 469 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
24
25
26
27
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,9 +56,9 @@
 name = "pngcheck"
 path = "examples/pngcheck.rs"
 
-[[example]]
-name = "show"
-path = "examples/show.rs"
+#[[example]]
+#name = "show"
+#path = "examples/show.rs"
 
 [dependencies.bitflags]
 version = "1.0"
@@ -89,11 +89,6 @@
 [dev-dependencies.getopts]
 version = "0.2.14"
 
-[dev-dependencies.glium]
-version = "0.32"
-features = ["glutin"]
-default-features = false
-
 [dev-dependencies.glob]
 version = "0.3"