From b0cac458b6b64e7d85a8dcaef3b74f18950fe8a5 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 2 Nov 2016 22:44:42 +0100 Subject: [PATCH] Remove unused dependency --- components/gfx_traits/Cargo.toml | 1 - components/gfx_traits/lib.rs | 1 - components/servo/Cargo.lock | 1 - ports/cef/Cargo.lock | 1 - 4 files changed, 4 deletions(-) diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml index 7c51778fa81..d0d913c1e5a 100644 --- a/components/gfx_traits/Cargo.toml +++ b/components/gfx_traits/Cargo.toml @@ -10,7 +10,6 @@ name = "gfx_traits" path = "lib.rs" [dependencies] -azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]} heapsize = "0.3.0" heapsize_derive = "0.1" plugins = {path = "../plugins"} diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs index 31684954958..80b45444e3f 100644 --- a/components/gfx_traits/lib.rs +++ b/components/gfx_traits/lib.rs @@ -10,7 +10,6 @@ #![deny(unsafe_code)] -extern crate azure; extern crate heapsize; #[macro_use] extern crate heapsize_derive; #[macro_use] diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 6fb073b242e..282d6152888 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -831,7 +831,6 @@ dependencies = [ name = "gfx_traits" version = "0.0.1" dependencies = [ - "azure 0.9.1 (git+https://github.com/servo/rust-azure)", "heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 9d2dc3a4454..959bf30a134 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -738,7 +738,6 @@ dependencies = [ name = "gfx_traits" version = "0.0.1" dependencies = [ - "azure 0.9.1 (git+https://github.com/servo/rust-azure)", "heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1",