Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin authored and nox committed Nov 3, 2016
1 parent 5bb4c6c commit b0cac45
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/gfx_traits/Cargo.toml
Expand Up @@ -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"}
Expand Down
1 change: 0 additions & 1 deletion components/gfx_traits/lib.rs
Expand Up @@ -10,7 +10,6 @@

#![deny(unsafe_code)]

extern crate azure;
extern crate heapsize;
#[macro_use] extern crate heapsize_derive;
#[macro_use]
Expand Down
1 change: 0 additions & 1 deletion components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0cac45

Please sign in to comment.