hecrj / window_clipboard

A library to obtain clipboard access from a `raw-window-handle`.
MIT License
21 stars 30 forks source link

Update raw-window-handle to v0.5 #20

Closed TobTobXX closed 1 year ago

TobTobXX commented 2 years ago

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.

TobTobXX commented 2 years ago

... oh btw, this is a breaking change, as the raw-window-handel interface is exposed.