Skip to content

Commit

Permalink
Use latest raw-window-handle in iced_core
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Dec 15, 2023
1 parent d7dd033 commit 1481f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1481f0c

Please sign in to comment.