Reorder some dependencies

This commit is contained in:
Anthony Ramine 2017-02-14 01:41:15 +01:00
parent 84a44a4014
commit 3d98e30909
3 changed files with 5 additions and 5 deletions

View file

@ -11,11 +11,11 @@ path = "lib.rs"
[dependencies]
gfx = {path = "../gfx"}
script_traits = {path = "../script_traits"}
ipc-channel = "0.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
profile_traits = {path = "../profile_traits"}
ipc-channel = "0.5"
script_traits = {path = "../script_traits"}
servo_url = {path = "../url"}
[dependencies.webrender_traits]