mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Reorder dependencies in some Cargo.toml files
This commit is contained in:
parent
520ca258d4
commit
c6262c368f
5 changed files with 15 additions and 15 deletions
|
@ -83,14 +83,14 @@ git = "https://github.com/servo/gaol"
|
|||
|
||||
[dependencies]
|
||||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
gleam = "0.2"
|
||||
image = "0.5.0"
|
||||
log = "0.3"
|
||||
num = "0.1.24"
|
||||
time = "0.1.17"
|
||||
gleam = "0.2"
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
time = "0.1.17"
|
||||
url = {version = "0.5.4", features = ["heap_size"]}
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
|
|
|
@ -24,12 +24,12 @@ rand = "0.3"
|
|||
rustc-serialize = "0.3"
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
servo-skia = "0.20130412.0"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.7", features = ["heap_size"]}
|
||||
time = "0.1.12"
|
||||
unicode-script = { version = "0.1", features = ["harfbuzz"] }
|
||||
url = {version = "0.5.4", features = ["heap_size"]}
|
||||
servo-skia = "0.20130412.0"
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
|
|
@ -20,23 +20,23 @@ path = "../style_traits"
|
|||
|
||||
[dependencies]
|
||||
app_units = {version = "0.2", features = ["plugins"]}
|
||||
bitflags = "0.3"
|
||||
cssparser = {version = "0.5.2", features = ["heap_size", "serde-serialization"]}
|
||||
log = "0.3"
|
||||
encoding = "0.2"
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
fnv = "1.0"
|
||||
heapsize = "0.2.5"
|
||||
heapsize_plugin = "0.1.2"
|
||||
rustc-serialize = "0.3"
|
||||
matches = "0.1"
|
||||
bitflags = "0.3"
|
||||
num = "0.1.24"
|
||||
lazy_static = "0.1.10"
|
||||
log = "0.3"
|
||||
matches = "0.1"
|
||||
num = "0.1.24"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = {version = "0.4.1", features = ["heap_size", "unstable"]}
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.7", features = ["heap_size"]}
|
||||
euclid = {version = "0.6.1", features = ["plugins"]}
|
||||
serde = "0.6"
|
||||
serde_macros = "0.6"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.7", features = ["heap_size"]}
|
||||
time = "0.1"
|
||||
url = {version = "0.5.4", features = ["heap_size"]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue