Move layout to libc from crates.io.

This commit is contained in:
Ms2ger 2015-02-19 21:38:25 +01:00
parent d94bd278a4
commit b6483c96be
7 changed files with 9 additions and 3 deletions

View file

@ -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)",