diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml index 83a3845d7fc..a17faeda3d0 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_plugin = "0.1.2" plugins = {path = "../plugins"} diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs index a198a436dfb..cddfc0193ba 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 range; diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 7cdf39b2fc8..6de00d85669 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.0 (git+https://github.com/servo/rust-azure)", "heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.6 (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 0513c40b90e..dd8ee78d7ba 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.0 (git+https://github.com/servo/rust-azure)", "heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_plugin 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1",