Merge pull request #3268 from saneyuki/dep

Remove needless rust-png dependency.
This commit is contained in:
Jack Moffitt 2014-09-10 09:38:22 -06:00
commit 842823e321
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"