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,3 @@
#![feature(phase)]
#[phase(plugin)]
extern crate gl_generator;
extern crate glutin;
extern crate libc;