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]

View file

@ -13,9 +13,9 @@ path = "lib.rs"
energy-profiling = ["energymon", "energy-monitor"]
[dependencies]
ipc-channel = "0.5"
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
energy-monitor = {version = "0.2.0", optional = true}
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
ipc-channel = "0.5"
log = "0.3.5"
plugins = {path = "../plugins"}
serde = "0.8"

View file

@ -10,6 +10,6 @@ path = "lib.rs"
doctest = false
[dependencies]
ipc-channel = "0.5"
profile = {path = "../../../components/profile"}
profile_traits = {path = "../../../components/profile_traits"}
ipc-channel = "0.5"