mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove needless rust-png dependency.
This commit is contained in:
parent
6eeac023a9
commit
00445b0b49
2 changed files with 0 additions and 5 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -45,7 +45,3 @@ path = "components/layout"
|
|||
|
||||
[dependencies.gfx]
|
||||
path = "components/gfx"
|
||||
|
||||
[dependencies.png]
|
||||
git = "https://github.com/servo/rust-png"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue