Update to raw-window-handle 0.6
This commit is contained in:
parent
555678e6ed
commit
bf49c91331
2 changed files with 5 additions and 9 deletions
|
|
@ -12,7 +12,7 @@ keywords = ["clipboard", "window", "ui", "gui", "raw-window-handle"]
|
|||
categories = ["gui"]
|
||||
|
||||
[dependencies]
|
||||
raw-window-handle = "0.5"
|
||||
raw-window-handle = "0.6"
|
||||
thiserror = "1.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
@ -27,7 +27,7 @@ clipboard_wayland = { version = "0.2", path = "./wayland" }
|
|||
|
||||
[dev-dependencies]
|
||||
rand = "0.8"
|
||||
winit = { version = "0.29", features = ["rwh_05"] }
|
||||
winit = "0.29"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue