Update to latest glium
This commit is contained in:
@@ -147,7 +147,7 @@ fn main() {
|
||||
match ev {
|
||||
// Close window
|
||||
Event::WindowEvent {
|
||||
event: WindowEvent::Closed, ..
|
||||
event: WindowEvent::CloseRequested, ..
|
||||
} => closed = true,
|
||||
|
||||
// Escape key
|
||||
|
||||
Reference in New Issue
Block a user