jazzfool / reclutch

Rust UI Core
Other
157 stars 4 forks source link

update winit to v0.20.0-alpha5 #19

Closed fogti closed 4 years ago

fogti commented 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).

jazzfool commented 4 years ago

Thanks.