Move gfx to libc from crates.io.

This commit is contained in:
Ms2ger 2015-02-21 10:53:00 +01:00
parent d26345f868
commit e072e5946e
5 changed files with 28 additions and 7 deletions

View file

@ -9,7 +9,6 @@
#![feature(hash)]
#![feature(int_uint)]
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(io))]
#![feature(libc)]
#![cfg_attr(any(target_os="linux", target_os = "android"), feature(path))]
#![feature(plugin)]
#![feature(rustc_private)]