Update lib.rs

pull/490/head
rzhb 11 months ago committed by GitHub
parent 88a7ce3ed4
commit d54953a1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,7 @@ pub fn run() {
}
event_loop.run(move |event, _, control_flow| match event {
*control_flow = ControlFlow::Wait;
Event::WindowEvent {
ref event,
window_id,

Loading…
Cancel
Save