mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
Bump smithay-client-toolkit to v0.16.0
This commit is contained in:
@@ -538,6 +538,8 @@ impl<T: 'static> EventLoop<T> {
|
||||
_ => unreachable!(),
|
||||
};
|
||||
|
||||
self.event_loop.dispatch(timeout, state)
|
||||
self.event_loop
|
||||
.dispatch(timeout, state)
|
||||
.map_err(|error| error.into())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user