fix for rust nightly
This commit is contained in:
parent
1a9cf9bc5c
commit
6a27fa9d26
4 changed files with 4 additions and 4 deletions
2
build.rs
2
build.rs
|
|
@ -3,7 +3,7 @@ extern crate gl_generator;
|
|||
extern crate khronos_api;
|
||||
|
||||
use std::os;
|
||||
use std::io::File;
|
||||
use std::old_io::File;
|
||||
|
||||
fn main() {
|
||||
let target = os::getenv("TARGET").unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue