Update raw-window-handle to v0.5. This mainly consisted of using the
newly added RawDisplayHandle trait instead of the previously used
RawWindowHandle trait. For the Linux implementation, this also included
updating winit to v0.27
Context: I am trying to update a rust game to winit v0.27, because that fixes a nasty bug, but raw-window-handle v0.3 is holding me back. The game uses your library and thus also uses raw-window-handle v0.3.
Update raw-window-handle to v0.5. This mainly consisted of using the newly added RawDisplayHandle trait instead of the previously used RawWindowHandle trait. For the Linux implementation, this also included updating winit to v0.27
Context: I am trying to update a rust game to winit v0.27, because that fixes a nasty bug, but raw-window-handle v0.3 is holding me back. The game uses your library and thus also uses raw-window-handle v0.3.