Fix cef/gonk deps

This commit is contained in:
Manish Goregaokar 2015-02-17 12:43:08 +05:30
parent d13328fa80
commit b4ae5b7edb
4 changed files with 6 additions and 1 deletions

1
ports/cef/Cargo.lock generated
View file

@ -15,6 +15,7 @@ dependencies = [
"glutin_app 0.0.1", "glutin_app 0.0.1",
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)", "js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1", "msg 0.0.1",
"net 0.0.1", "net 0.0.1",
"plugins 0.0.1", "plugins 0.0.1",

View file

@ -76,3 +76,4 @@ git = "https://github.com/servo/rust-cgl"
[dependencies] [dependencies]
url = "*" url = "*"
libc = "*"

1
ports/gonk/Cargo.lock generated
View file

@ -8,6 +8,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"layout 0.0.1", "layout 0.0.1",
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1", "msg 0.0.1",
"script 0.0.1", "script 0.0.1",
"servo 0.0.1", "servo 0.0.1",

View file

@ -36,3 +36,5 @@ path = "../../components/util"
[dependencies.egl] [dependencies.egl]
git = "https://github.com/servo/rust-egl" git = "https://github.com/servo/rust-egl"
[dependencies]
libc = "*"