Remove unused dev-dependency on image

This was used by Servo's old reftest harness, which was replaced with WPT.
This commit is contained in:
Matt Brubeck 2016-06-03 08:55:41 -07:00
parent 1f5b0008ac
commit 13834a93b1
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ dependencies = [
"gfx_tests 0.0.1",
"gleam 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
"glutin_app 0.0.1",
"image 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.2.3 (git+https://github.com/servo/ipc-channel)",
"layout 0.0.1",
"layout_tests 0.0.1",

View file

@ -31,7 +31,6 @@ opt-level = 3
# lto = false
[dev-dependencies]
image = "0.10"
gfx_tests = {path = "../../tests/unit/gfx"}
layout_tests = {path = "../../tests/unit/layout"}
net_tests = {path = "../../tests/unit/net"}