Move compositing to libc from crates.io.

This commit is contained in:
Ms2ger 2015-02-21 00:24:58 +01:00
parent bc0e13a46d
commit 895d1ec10a
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)]