Use workspace dependency for raw-window-handle

This commit is contained in:
Héctor Ramón Jiménez 2023-11-29 22:32:41 +01:00
parent e09b4e24dd
commit 6dca076c8b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 2 additions and 3 deletions

View file

@ -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"