diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml index 7c51778fa81f..d0d913c1e5a1 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 31684954958c..80b45444e3f8 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 6fb073b242e3..282d61528883 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 9d2dc3a44541..959bf30a1347 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",