mirror of
https://github.com/servo/servo.git
synced 2025-09-01 02:28:21 +01:00
Reorder dependencies
This commit is contained in:
parent
054bb381e9
commit
abfd52a721
16 changed files with 100 additions and 100 deletions
|
@ -15,22 +15,22 @@ opt-level = 3
|
|||
# lto = false
|
||||
|
||||
[dependencies]
|
||||
compositing = {path = "../../components/compositing"}
|
||||
devtools = {path = "../../components/devtools"}
|
||||
euclid = "0.6.4"
|
||||
gleam = "0.2.8"
|
||||
libc = "0.2"
|
||||
url = "1.0.0"
|
||||
servo = {path = "../../components/servo"}
|
||||
glutin_app = {path = "../glutin"}
|
||||
plugins = {path = "../../components/plugins"}
|
||||
compositing = {path = "../../components/compositing"}
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
script_traits = {path = "../../components/script_traits"}
|
||||
net_traits = {path = "../../components/net_traits"}
|
||||
msg = {path = "../../components/msg"}
|
||||
util = {path = "../../components/util"}
|
||||
style_traits = {path = "../../components/style_traits"}
|
||||
devtools = {path = "../../components/devtools"}
|
||||
layers = {git = "https://github.com/servo/rust-layers"}
|
||||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
msg = {path = "../../components/msg"}
|
||||
net_traits = {path = "../../components/net_traits"}
|
||||
plugins = {path = "../../components/plugins"}
|
||||
script_traits = {path = "../../components/script_traits"}
|
||||
servo = {path = "../../components/servo"}
|
||||
style_traits = {path = "../../components/style_traits"}
|
||||
url = "1.0.0"
|
||||
util = {path = "../../components/util"}
|
||||
|
||||
[target.'cfg(target_os="macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
|
|
|
@ -28,23 +28,23 @@ servo_features = [
|
|||
[dependencies]
|
||||
app_units = "0.2.3"
|
||||
cssparser = "0.5.4"
|
||||
env_logger = "0.3"
|
||||
euclid = "0.6.4"
|
||||
gecko_bindings = {version = "0.0.1", path = "gecko_bindings"}
|
||||
heapsize = {version = "0.3.0", optional = true}
|
||||
lazy_static = "0.2"
|
||||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
num_cpus = "0.2.2"
|
||||
selectors = {version = "0.6", features = ["unstable"]}
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.20", features = ["unstable"]}
|
||||
url = "1.0.0"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
time = {version = "0.1", optional = true, features = ["rustc-serialize"]}
|
||||
util = {path = "../../components/util"}
|
||||
uuid = {version = "0.2", optional = true, features = ["v4", "serde"]}
|
||||
style = {path = "../../components/style", features = ["gecko"]}
|
||||
style_traits = {path = "../../components/style_traits"}
|
||||
env_logger = "0.3"
|
||||
time = {version = "0.1", optional = true, features = ["rustc-serialize"]}
|
||||
url = "1.0.0"
|
||||
util = {path = "../../components/util"}
|
||||
uuid = {version = "0.2", optional = true, features = ["v4", "serde"]}
|
||||
|
||||
[replace]
|
||||
"string_cache:0.2.20" = {path = "string_cache"}
|
||||
|
|
|
@ -15,7 +15,7 @@ unstable = []
|
|||
heap_size = []
|
||||
|
||||
[dependencies]
|
||||
gecko_bindings = {version = "0.0.1", path = "../gecko_bindings"}
|
||||
heapsize = "0.3.5"
|
||||
libc = "0.2"
|
||||
gecko_bindings = {version = "0.0.1", path = "../gecko_bindings"}
|
||||
serde = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue