Update for Rustc

This commit is contained in:
Pierre Krieger 2015-01-08 09:28:22 +01:00
parent 25b261975c
commit dbdb43f077
8 changed files with 18 additions and 31 deletions

View file

@ -1,7 +1,5 @@
#![feature(phase)]
#[cfg(target_os = "android")]
#[phase(plugin, link)]
#[macro_use]
extern crate android_glue;
extern crate glutin;