mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
committed by
Francesca Frangipane
parent
79aebf06dc
commit
2cc8fa1eac
@@ -11,8 +11,6 @@ fn main() {
|
||||
.unwrap();
|
||||
|
||||
events_loop.run_forever(|event| {
|
||||
println!("{:?}", event);
|
||||
|
||||
match event {
|
||||
winit::Event::WindowEvent {
|
||||
event: winit::WindowEvent::CloseRequested,
|
||||
|
||||
Reference in New Issue
Block a user