Update to latest Rust nightly

This commit is contained in:
Austin Bonander 2015-01-08 03:20:11 -08:00
parent 25b261975c
commit 8d9133d331
5 changed files with 41 additions and 37 deletions

View file

@ -1,6 +1,4 @@
#![feature(phase)]
#[phase(plugin)]
#[no_link]
extern crate gl_generator;
extern crate glutin;
extern crate libc;