Use workspace dependency for raw-window-handle
This commit is contained in:
parent
e09b4e24dd
commit
6dca076c8b
2 changed files with 2 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ palette.optional = true
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
instant.workspace = true
|
instant.workspace = true
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies.raw-window-handle]
|
[target.'cfg(windows)'.dependencies]
|
||||||
version = "0.5.2"
|
raw-window-handle.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
approx = "0.5"
|
approx = "0.5"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ iced_runtime.workspace = true
|
||||||
iced_style.workspace = true
|
iced_style.workspace = true
|
||||||
|
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
raw-window-handle.workspace = true
|
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
window_clipboard.workspace = true
|
window_clipboard.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue