Update to latest glium

This commit is contained in:
2018-09-18 15:23:51 +02:00
parent 14c2caf653
commit c5548b1d28
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ fn main() {
match ev {
// Close window
Event::WindowEvent {
event: WindowEvent::Closed, ..
event: WindowEvent::CloseRequested, ..
} => closed = true,
// Escape key