Merge pull request #20 from TobTobXX/update-raw-window-handle

Update raw-window-handle to v0.5
This commit is contained in:
Héctor Ramón 2023-04-11 06:18:16 +02:00 committed by GitHub
commit 02979730ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = [