Update raw-window-handle to v0.5

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
This commit is contained in:
TobTobXX 2022-07-27 15:02:43 +02:00
parent c97306d269
commit 1392da8339
No known key found for this signature in database
GPG key ID: 12AC3D4752E2FA2E
8 changed files with 18 additions and 18 deletions

View file

@ -12,7 +12,7 @@ keywords = ["clipboard", "window", "ui", "gui", "raw-window-handle"]
categories = ["gui"]
[dependencies]
raw-window-handle = "0.3"
raw-window-handle = "0.5"
thiserror = "1.0"
[target.'cfg(windows)'.dependencies]
@ -27,7 +27,7 @@ clipboard_wayland = { version = "0.2", path = "./wayland" }
[dev-dependencies]
rand = "0.8"
winit = "0.23"
winit = "0.27"
[workspace]
members = [