mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Reorder some dependencies
This commit is contained in:
parent
d3ba09e588
commit
26d6c96b18
6 changed files with 9 additions and 9 deletions
|
@ -19,12 +19,12 @@ getopts = "0.2.11"
|
|||
lazy_static = "0.2"
|
||||
log = "0.3.5"
|
||||
num_cpus = "1.1.0"
|
||||
plugins = {path = "../plugins", optional = true}
|
||||
rustc-serialize = "0.3"
|
||||
serde = {version = "0.8", optional = true}
|
||||
serde_derive = {version = "0.8", optional = true}
|
||||
servo_geometry = {path = "../geometry"}
|
||||
servo_url = {path = "../url"}
|
||||
plugins = {path = "../plugins", optional = true}
|
||||
url = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -19,6 +19,6 @@ log = "0.3.5"
|
|||
msg = {path = "../msg"}
|
||||
plugins = {path = "../plugins"}
|
||||
serde = "0.8"
|
||||
serde_json = "0.8"
|
||||
serde_derive = "0.8"
|
||||
serde_json = "0.8"
|
||||
time = "0.1"
|
||||
|
|
|
@ -30,10 +30,10 @@ ordered-float = "0.4"
|
|||
plugins = {path = "../plugins"}
|
||||
range = {path = "../range"}
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
||||
servo_atoms = {path = "../atoms"}
|
||||
servo_geometry = {path = "../geometry"}
|
||||
servo_url = {path = "../url"}
|
||||
serde_derive = "0.8"
|
||||
smallvec = "0.1"
|
||||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
|
|
|
@ -10,24 +10,24 @@ name = "net_traits"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
msg = {path = "../msg"}
|
||||
ipc-channel = "0.6.3"
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_derive = "0.1"
|
||||
hyper = "0.9.9"
|
||||
hyper_serde = "0.1.4"
|
||||
image = "0.12"
|
||||
ipc-channel = "0.6.3"
|
||||
lazy_static = "0.2"
|
||||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
num-traits = "0.1.32"
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
||||
servo_config = {path = "../config", features = ["servo"]}
|
||||
servo_url = {path = "../url", features = ["servo"]}
|
||||
url = {version = "1.2", features = ["heap_size"]}
|
||||
websocket = "0.17"
|
||||
uuid = { version = "0.3.1", features = ["v4", "serde"] }
|
||||
cookie = {version = "0.2.5", features = ["serialize-rustc"]}
|
||||
websocket = "0.17"
|
||||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender"
|
||||
|
|
|
@ -15,8 +15,8 @@ servo = ["heapsize", "heapsize_derive", "serde", "serde_derive",
|
|||
|
||||
|
||||
[dependencies]
|
||||
url = "1.2"
|
||||
heapsize = {version = "0.3.0", optional = true}
|
||||
heapsize_derive = {version = "0.1", optional = true}
|
||||
serde = {version = "0.8", optional = true}
|
||||
serde_derive = {version = "0.8", optional = true}
|
||||
url = "1.2"
|
||||
|
|
|
@ -12,6 +12,6 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
ipc-channel = "0.6.3"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.1", features = ["serde-serialization"]}
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
||||
rust-webvr = {version = "0.1", features = ["serde-serialization"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue