Reorder dependencies

This commit is contained in:
Anthony Ramine 2016-06-26 02:16:57 +02:00
parent 054bb381e9
commit abfd52a721
16 changed files with 100 additions and 100 deletions

View file

@ -9,15 +9,15 @@ name = "canvas_traits"
path = "lib.rs"
[dependencies]
gfx_traits = {path = "../gfx_traits"}
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
serde = {version = "0.7", features = [ "nightly" ]}
plugins = {path = "../plugins"}
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
cssparser = {version = "0.5.4", features = ["heap_size", "serde-serialization"]}
euclid = {version = "0.6.4", features = ["plugins"]}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
plugins = {path = "../plugins"}
serde = {version = "0.7", features = [ "nightly" ]}
serde_macros = "0.7"
webrender_traits = {git = "https://github.com/servo/webrender_traits"}