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

@ -11,13 +11,13 @@ path = "lib.rs"
[dependencies]
azure = {git = "https://github.com/servo/rust-azure", features = ["plugins"]}
canvas_traits = {path = "../canvas_traits"}
plugins = {path = "../plugins"}
util = {path = "../util"}
gfx_traits = {path = "../gfx_traits"}
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
webrender_traits = {git = "https://github.com/servo/webrender_traits"}
euclid = {version = "0.6.4", features = ["plugins"]}
gfx_traits = {path = "../gfx_traits"}
gleam = "0.2.8"
ipc-channel = {git = "https://github.com/servo/ipc-channel"}
log = "0.3.5"
num-traits = "0.1.32"
offscreen_gl_context = "0.1.2"
plugins = {path = "../plugins"}
util = {path = "../util"}
webrender_traits = {git = "https://github.com/servo/webrender_traits"}