Remove needless rust-png dependency.

This commit is contained in:
Tetsuharu OHZEKI 2014-09-10 10:42:58 +09:00
parent 6eeac023a9
commit 00445b0b49
2 changed files with 0 additions and 5 deletions

1
Cargo.lock generated
View file

@ -7,7 +7,6 @@ dependencies = [
"layout 0.0.1",
"msg 0.0.1",
"net 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png#f3640b37e71a02ee3e140e181cc9accb0a123e16)",
"script 0.0.1",
"util 0.0.1",
]

View file

@ -45,7 +45,3 @@ path = "components/layout"
[dependencies.gfx]
path = "components/gfx"
[dependencies.png]
git = "https://github.com/servo/rust-png"