aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/layout/Cargo.toml1
-rw-r--r--components/layout/lib.rs1
-rw-r--r--components/script_traits/Cargo.toml3
-rw-r--r--components/script_traits/lib.rs1
-rw-r--r--components/servo/Cargo.lock2
-rw-r--r--ports/cef/Cargo.lock2
-rw-r--r--ports/gonk/Cargo.lock2
7 files changed, 9 insertions, 3 deletions
diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml
index eb39cdf3123..b24e2c2562c 100644
--- a/components/layout/Cargo.toml
+++ b/components/layout/Cargo.toml
@@ -60,3 +60,4 @@ encoding = "0.2"
url = "0.2.16"
bitflags = "*"
rustc-serialize = "0.2"
+libc = "*"
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index 5644f55b7c2..44f8f49c056 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -9,7 +9,6 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(io)]
-#![feature(libc)]
#![feature(path)]
#![feature(plugin)]
#![feature(rustc_private)]
diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml
index 3779a3eb52a..f8de04e4a69 100644
--- a/components/script_traits/Cargo.toml
+++ b/components/script_traits/Cargo.toml
@@ -23,4 +23,5 @@ path = "../devtools_traits"
git = "https://github.com/servo/rust-geom"
[dependencies]
-url = "0.2.16" \ No newline at end of file
+url = "0.2.16"
+libc = "*"
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index 6bee3c388d1..cf5c63779be 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -4,7 +4,6 @@
#![feature(core)]
#![feature(int_uint)]
-#![feature(libc)]
#![allow(missing_copy_implementations)]
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 8e5656be4ff..abf404d4cbf 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -500,6 +500,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"gfx 0.0.1",
"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",
"plugins 0.0.1",
@@ -725,6 +726,7 @@ version = "0.0.1"
dependencies = [
"devtools_traits 0.0.1",
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index f07912af54f..d8f08c7fbdc 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -508,6 +508,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"gfx 0.0.1",
"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",
"plugins 0.0.1",
@@ -733,6 +734,7 @@ version = "0.0.1"
dependencies = [
"devtools_traits 0.0.1",
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index 6a751b1951c..4190fd31474 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -415,6 +415,7 @@ dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"gfx 0.0.1",
"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",
"plugins 0.0.1",
@@ -640,6 +641,7 @@ version = "0.0.1"
dependencies = [
"devtools_traits 0.0.1",
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net 0.0.1",
"url 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",