Update euclid to 0.3

This commit is contained in:
Manish Goregaokar 2015-10-28 13:22:25 +05:30
parent 3951c577bf
commit ce5586f74a
24 changed files with 491 additions and 192 deletions

View file

@ -9,9 +9,11 @@ path = "lib.rs"
[dependencies.azure]
git = "https://github.com/servo/rust-azure"
features = ["plugins"]
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]
[dependencies.canvas_traits]
path = "../canvas_traits"
@ -40,4 +42,4 @@ features = [ "serde-serialization" ]
log = "0.3"
num = "0.1.24"
gleam = "0.1"
euclid = "0.2"
euclid = {version = "0.3", features = ["plugins"]}