mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
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:
parent
1f5b0008ac
commit
13834a93b1
2 changed files with 0 additions and 2 deletions
1
components/servo/Cargo.lock
generated
1
components/servo/Cargo.lock
generated
|
@ -18,7 +18,6 @@ dependencies = [
|
||||||
"gfx_tests 0.0.1",
|
"gfx_tests 0.0.1",
|
||||||
"gleam 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gleam 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"glutin_app 0.0.1",
|
"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)",
|
"ipc-channel 0.2.3 (git+https://github.com/servo/ipc-channel)",
|
||||||
"layout 0.0.1",
|
"layout 0.0.1",
|
||||||
"layout_tests 0.0.1",
|
"layout_tests 0.0.1",
|
||||||
|
|
|
@ -31,7 +31,6 @@ opt-level = 3
|
||||||
# lto = false
|
# lto = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
image = "0.10"
|
|
||||||
gfx_tests = {path = "../../tests/unit/gfx"}
|
gfx_tests = {path = "../../tests/unit/gfx"}
|
||||||
layout_tests = {path = "../../tests/unit/layout"}
|
layout_tests = {path = "../../tests/unit/layout"}
|
||||||
net_tests = {path = "../../tests/unit/net"}
|
net_tests = {path = "../../tests/unit/net"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue