Skip to content

Commit

Permalink
Use workspace dependency for raw-window-handle
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 29, 2023
1 parent e09b4e2 commit 6dca076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ palette.optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
instant.workspace = true

[target.'cfg(windows)'.dependencies.raw-window-handle]
version = "0.5.2"
[target.'cfg(windows)'.dependencies]
raw-window-handle.workspace = true

[dev-dependencies]
approx = "0.5"
1 change: 0 additions & 1 deletion winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ iced_runtime.workspace = true
iced_style.workspace = true

log.workspace = true
raw-window-handle.workspace = true
thiserror.workspace = true
tracing.workspace = true
window_clipboard.workspace = true
Expand Down

0 comments on commit 6dca076

Please sign in to comment.