Skip to content

Commit

Permalink
Use workspace dependency for raw-window-handle in iced_core
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 18, 2024
1 parent bdb8f49 commit 9df7bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ palette.workspace = true
palette.optional = true

[target.'cfg(windows)'.dependencies]
# TODO: Use `workspace` dependency once `wgpu` upgrades `raw-window-handle`
raw-window-handle = "0.6"
raw-window-handle.workspace = true

[dev-dependencies]
approx = "0.5"

0 comments on commit 9df7bf8

Please sign in to comment.