Update for rustc and gl-rs
This commit is contained in:
parent
0d0c14e6ec
commit
2ff393fe62
8 changed files with 49 additions and 34 deletions
|
|
@ -2,7 +2,7 @@ extern crate native;
|
|||
|
||||
use self::native::NativeTaskBuilder;
|
||||
use std::task::TaskBuilder;
|
||||
use std::sync::atomics::AtomicBool;
|
||||
use std::sync::atomic::AtomicBool;
|
||||
use std::ptr;
|
||||
use super::{event, ffi};
|
||||
use super::Window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue