Use latest raw-window-handle in iced_core
This commit is contained in:
parent
d7dd033861
commit
1481f0c0a4
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ palette.workspace = true
|
|||
palette.optional = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
raw-window-handle.workspace = true
|
||||
# TODO: Use `workspace` dependency once `wgpu` upgrades `raw-window-handle`
|
||||
raw-window-handle = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
approx = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue