mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix cef/gonk deps
This commit is contained in:
parent
d13328fa80
commit
b4ae5b7edb
4 changed files with 6 additions and 1 deletions
1
ports/cef/Cargo.lock
generated
1
ports/cef/Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -75,4 +75,5 @@ git = "https://github.com/servo/gleam"
|
||||||
git = "https://github.com/servo/rust-cgl"
|
git = "https://github.com/servo/rust-cgl"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "*"
|
url = "*"
|
||||||
|
libc = "*"
|
1
ports/gonk/Cargo.lock
generated
1
ports/gonk/Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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 = "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue