mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Reorder some dependencies
This commit is contained in:
parent
84a44a4014
commit
3d98e30909
3 changed files with 5 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue