Update for rust alpha 1.0

This commit is contained in:
Pierre Krieger 2015-01-09 23:06:14 +01:00
parent 9d7dbf7eb0
commit 469d0eafd1
8 changed files with 11 additions and 15 deletions

View file

@ -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>>());
}
}