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:
parent
c97306d269
commit
1392da8339
8 changed files with 18 additions and 18 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue