From 00445b0b49089ae4186928d65f7115f0c41e9704 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Wed, 10 Sep 2014 10:42:58 +0900 Subject: [PATCH] Remove needless rust-png dependency. --- Cargo.lock | 1 - Cargo.toml | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8259bd7ba34..283bc13a2b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index a5cc706c002..e825de157b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,3 @@ path = "components/layout" [dependencies.gfx] path = "components/gfx" - -[dependencies.png] -git = "https://github.com/servo/rust-png" -