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