From 895d1ec10a5f38729cf6065c21a01c6337dc22c4 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 21 Feb 2015 00:24:58 +0100 Subject: [PATCH] Move compositing to libc from crates.io. --- components/compositing/Cargo.toml | 3 ++- components/compositing/lib.rs | 1 - components/servo/Cargo.lock | 1 + ports/cef/Cargo.lock | 1 + ports/gonk/Cargo.lock | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 39c00d31445..12fbba2bd4f 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -51,4 +51,5 @@ git = "https://github.com/servo/gleam" [dependencies] url = "0.2.16" -time = "0.1.12" \ No newline at end of file +time = "0.1.12" +libc = "*" diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs index 2fcf680cbf4..3a1f3459eb1 100644 --- a/components/compositing/lib.rs +++ b/components/compositing/lib.rs @@ -6,7 +6,6 @@ #![feature(core)] #![feature(int_uint)] #![feature(io)] -#![feature(libc)] #![feature(rustc_private)] #![feature(std_misc)] diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 1efd7d91ba9..77e602ed704 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -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)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 10937d19430..25a39203e7c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -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)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index dbf9980a793..5172c7a3c12 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -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)",