From 13834a93b160278cc8ecaab681c531a3483e3645 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 3 Jun 2016 08:55:41 -0700 Subject: [PATCH] Remove unused dev-dependency on image This was used by Servo's old reftest harness, which was replaced with WPT. --- components/servo/Cargo.lock | 1 - components/servo/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 1af3b51fe76..c3b0edb1a20 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -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", diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index a0ff462017c..b7956a6b198 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -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"}