Skip to content

Commit

Permalink
Auto merge of #15647 - nox:azure, r=SimonSapin
Browse files Browse the repository at this point in the history
Do not use plugins in azure anymore

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15647)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Feb 19, 2017
2 parents d88e275 + 21c9970 commit 5c73b37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion components/canvas/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "canvas"
path = "lib.rs"

[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.10", features = ["heapsize", "serde"]}
euclid = "0.11"
Expand Down

0 comments on commit 5c73b37

Please sign in to comment.