Closed fogti closed 4 years ago
This PR fixes a suboptimal implementation of the Emitter trait for winit-EventLoopProxy, which required that rust-windowing/winit#1292 is fixed (which is fixed in winit v0.20.0-alpha5).
Emitter
EventLoopProxy
winit v0.20.0-alpha5
Thanks.
This PR fixes a suboptimal implementation of the
Emitter
trait for winit-EventLoopProxy
, which required that rust-windowing/winit#1292 is fixed (which is fixed inwinit v0.20.0-alpha5
).