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

@ -6,7 +6,6 @@
#![feature(core)]
#![feature(int_uint)]
#![feature(io)]
#![feature(libc)]
#![feature(rustc_private)]
#![feature(std_misc)]