Update for rust alpha 1.0
This commit is contained in:
parent
9d7dbf7eb0
commit
469d0eafd1
8 changed files with 11 additions and 15 deletions
|
|
@ -30,6 +30,6 @@ fn main() {
|
|||
context.draw_frame((0.0, 1.0, 0.0, 1.0));
|
||||
window.swap_buffers();
|
||||
|
||||
println!("{}", window.wait_events().collect::<Vec<glutin::Event>>());
|
||||
println!("{:?}", window.wait_events().collect::<Vec<glutin::Event>>());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue