mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Reorder dependencies in various Cargo.toml files
This commit is contained in:
parent
712b053f4f
commit
32bc3d9c09
9 changed files with 45 additions and 45 deletions
|
@ -25,7 +25,7 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
time = "0.1"
|
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
serde = "0.6"
|
serde = "0.6"
|
||||||
serde_macros = "0.6"
|
serde_macros = "0.6"
|
||||||
|
time = "0.1"
|
||||||
|
|
|
@ -55,19 +55,19 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
app_units = {version = "0.2", features = ["plugins"]}
|
app_units = {version = "0.2", features = ["plugins"]}
|
||||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
|
||||||
log = "0.3"
|
|
||||||
fnv = "1.0"
|
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
rustc-serialize = "0.3"
|
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||||
|
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
|
fnv = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
log = "0.3"
|
||||||
|
rustc-serialize = "0.3"
|
||||||
selectors = "0.4.1"
|
selectors = "0.4.1"
|
||||||
|
serde = "0.6"
|
||||||
|
serde_json = "0.5"
|
||||||
|
serde_macros = "0.6"
|
||||||
smallvec = "0.1"
|
smallvec = "0.1"
|
||||||
string_cache = "0.2"
|
string_cache = "0.2"
|
||||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
|
||||||
serde = "0.6"
|
|
||||||
serde_macros = "0.6"
|
|
||||||
serde_json = "0.5"
|
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
unicode-bidi = "0.2"
|
unicode-bidi = "0.2"
|
||||||
unicode-script = { version = "0.1", features = ["harfbuzz"] }
|
unicode-script = { version = "0.1", features = ["harfbuzz"] }
|
||||||
|
|
|
@ -21,11 +21,11 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
path = "../plugins"
|
path = "../plugins"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
|
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||||
|
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||||
rustc-serialize = "0.3.4"
|
rustc-serialize = "0.3.4"
|
||||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
|
||||||
serde = "0.6"
|
serde = "0.6"
|
||||||
serde_macros = "0.6"
|
serde_macros = "0.6"
|
||||||
url = "0.5.4"
|
url = "0.5.4"
|
||||||
|
|
|
@ -20,9 +20,9 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
path = "../plugins"
|
path = "../plugins"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3"
|
|
||||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||||
image = "0.5.0"
|
image = "0.5.0"
|
||||||
|
log = "0.3"
|
||||||
serde = "0.6"
|
serde = "0.6"
|
||||||
serde_macros = "0.6"
|
serde_macros = "0.6"
|
||||||
stb_image = "0.2"
|
stb_image = "0.2"
|
||||||
|
|
|
@ -64,27 +64,27 @@ path = "../gfx_traits"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
app_units = {version = "0.2", features = ["plugins"]}
|
app_units = {version = "0.2", features = ["plugins"]}
|
||||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
|
||||||
log = "0.3"
|
|
||||||
encoding = "0.2"
|
|
||||||
fnv = "1.0"
|
|
||||||
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
|
||||||
time = "0.1.12"
|
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
rustc-serialize = "0.3"
|
|
||||||
libc = "0.2"
|
|
||||||
unicase = "1.0"
|
|
||||||
num = "0.1.24"
|
|
||||||
websocket = "0.14.0"
|
|
||||||
uuid = "0.1.16"
|
|
||||||
smallvec = "0.1"
|
|
||||||
html5ever = { version = "0.4", features = ["unstable"] }
|
|
||||||
selectors = "0.4.1"
|
|
||||||
string_cache = { version = "0.2", features = ["unstable"] }
|
|
||||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
|
||||||
rand = "0.3"
|
|
||||||
serde = "0.6"
|
|
||||||
caseless = "0.1.0"
|
caseless = "0.1.0"
|
||||||
|
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||||
|
encoding = "0.2"
|
||||||
|
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
|
fnv = "1.0"
|
||||||
|
html5ever = { version = "0.4", features = ["unstable"] }
|
||||||
|
hyper = { version = "0.7", features = [ "serde-serialization" ] }
|
||||||
image = "0.5.0"
|
image = "0.5.0"
|
||||||
url = "0.5.4"
|
libc = "0.2"
|
||||||
|
log = "0.3"
|
||||||
|
num = "0.1.24"
|
||||||
|
rand = "0.3"
|
||||||
ref_slice = "0.1.0"
|
ref_slice = "0.1.0"
|
||||||
|
rustc-serialize = "0.3"
|
||||||
|
selectors = "0.4.1"
|
||||||
|
serde = "0.6"
|
||||||
|
smallvec = "0.1"
|
||||||
|
string_cache = { version = "0.2", features = ["unstable"] }
|
||||||
|
time = "0.1.12"
|
||||||
|
unicase = "1.0"
|
||||||
|
url = "0.5.4"
|
||||||
|
uuid = "0.1.16"
|
||||||
|
websocket = "0.14.0"
|
||||||
|
|
|
@ -42,8 +42,8 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
app_units = {version = "0.2", features = ["plugins"]}
|
app_units = {version = "0.2", features = ["plugins"]}
|
||||||
libc = "0.2"
|
|
||||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
|
libc = "0.2"
|
||||||
serde = "0.6"
|
serde = "0.6"
|
||||||
serde_macros = "0.6"
|
serde_macros = "0.6"
|
||||||
time = "0.1.12"
|
time = "0.1.12"
|
||||||
|
|
|
@ -157,8 +157,8 @@ version = "0.2"
|
||||||
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "0.3"
|
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
|
env_logger = "0.3"
|
||||||
|
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
url = {version = "0.5.4", features = ["serde_serialization", "query_encoding"]}
|
url = {version = "0.5.4", features = ["serde_serialization", "query_encoding"]}
|
||||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
|
||||||
|
|
|
@ -16,8 +16,8 @@ path = "../plugins"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||||
log = "0.3"
|
|
||||||
lazy_static = "0.1.10"
|
lazy_static = "0.1.10"
|
||||||
|
log = "0.3"
|
||||||
num = "0.1.24"
|
num = "0.1.24"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
selectors = "0.4.1"
|
selectors = "0.4.1"
|
||||||
|
|
|
@ -46,24 +46,24 @@ git = "https://github.com/servo/ipc-channel"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
app_units = {version = "0.2", features = ["plugins"]}
|
app_units = {version = "0.2", features = ["plugins"]}
|
||||||
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
|
||||||
log = "0.3"
|
|
||||||
bitflags = "0.3"
|
bitflags = "0.3"
|
||||||
|
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
|
||||||
|
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}
|
||||||
|
getopts = "0.2.11"
|
||||||
html5ever = { version = "0.4", features = ["unstable"], optional = true }
|
html5ever = { version = "0.4", features = ["unstable"], optional = true }
|
||||||
|
hyper = { version = "0.7", optional = true }
|
||||||
|
lazy_static = "0.1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
log = "0.3"
|
||||||
|
num = "0.1.24"
|
||||||
|
num_cpus = "0.2.2"
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
smallvec = "0.1"
|
|
||||||
num_cpus = "0.2.2"
|
|
||||||
num = "0.1.24"
|
|
||||||
euclid = {version = "0.6.1", features = ["unstable", "plugins"]}
|
|
||||||
selectors = "0.4.1"
|
selectors = "0.4.1"
|
||||||
serde = "0.6"
|
serde = "0.6"
|
||||||
serde_macros = "0.6"
|
serde_macros = "0.6"
|
||||||
|
smallvec = "0.1"
|
||||||
string_cache = "0.2"
|
string_cache = "0.2"
|
||||||
lazy_static = "0.1"
|
|
||||||
getopts = "0.2.11"
|
|
||||||
hyper = { version = "0.7", optional = true }
|
|
||||||
url = {version = "0.5.4", features = ["serde_serialization"]}
|
url = {version = "0.5.4", features = ["serde_serialization"]}
|
||||||
uuid = "0.1.17"
|
uuid = "0.1.17"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue