Remove azure(canvas) dependency from canvas_traits

This commit is contained in:
Roman Zaynetdinov 2016-12-25 17:07:22 +02:00
parent 61d8f4d688
commit 912d5f3547
6 changed files with 163 additions and 145 deletions

View file

@ -12,6 +12,7 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
canvas_traits = {path = "../canvas_traits"}
cssparser = {version = "0.7", features = ["heap_size", "serde-serialization"]}
euclid = "0.10.1"
gleam = "0.2.8"
ipc-channel = "0.5"