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

@ -23,4 +23,5 @@ path = "../devtools_traits"
git = "https://github.com/servo/rust-geom"
[dependencies]
url = "0.2.16"
url = "0.2.16"
libc = "*"