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]
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue