Do not use plugins in azure anymore

This commit is contained in:
Anthony Ramine 2017-02-19 10:13:18 +01:00
parent 7f3a75fa80
commit 21c9970ef5
2 changed files with 1 additions and 5 deletions

View file

@ -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"