diff options
-rw-r--r-- | core/Cargo.toml | 4 | ||||
-rw-r--r-- | winit/Cargo.toml | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 7db4fa53..4672c754 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/winit/Cargo.toml b/winit/Cargo.toml index bab05b91..87e600ae 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -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 |