auto merge of #4993 : Ms2ger/servo/libc-compositing, r=jdm

This commit is contained in:
bors-servo 2015-02-20 18:21:51 -07:00
commit d8c9f2b92f
5 changed files with 5 additions and 2 deletions

View file

@ -51,4 +51,5 @@ git = "https://github.com/servo/gleam"
[dependencies]
url = "0.2.16"
time = "0.1.12"
time = "0.1.12"
libc = "*"

View file

@ -6,7 +6,6 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(libc)]
#![feature(rustc_private)]
#![feature(std_misc)]

View file

@ -99,6 +99,7 @@ dependencies = [
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"layout_traits 0.0.1",
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png)",

1
ports/cef/Cargo.lock generated
View file

@ -102,6 +102,7 @@ dependencies = [
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"layout_traits 0.0.1",
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png)",

1
ports/gonk/Cargo.lock generated
View file

@ -67,6 +67,7 @@ dependencies = [
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
"layout_traits 0.0.1",
"libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png)",