diff options
| author | 2023-12-15 14:03:38 +0100 | |
|---|---|---|
| committer | 2023-12-15 14:04:30 +0100 | |
| commit | 1481f0c0a44a2f01c06740143a1e5e47612f77f8 (patch) | |
| tree | 34cb2d23a0fae6f04601ca04d6f609c1afbffd68 /core | |
| parent | d7dd0338616d13d94689d153f6c0dedfba1ad4ba (diff) | |
| download | iced-1481f0c0a44a2f01c06740143a1e5e47612f77f8.tar.gz iced-1481f0c0a44a2f01c06740143a1e5e47612f77f8.tar.bz2 iced-1481f0c0a44a2f01c06740143a1e5e47612f77f8.zip  | |
Use latest `raw-window-handle` in `iced_core`
Diffstat (limited to '')
| -rw-r--r-- | core/Cargo.toml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index c95477c4..4baf80a9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,8 @@ palette.workspace = true  palette.optional = true  [target.'cfg(windows)'.dependencies] -raw-window-handle.workspace = true +# TODO: Use `workspace` dependency once `wgpu` upgrades `raw-window-handle` +raw-window-handle = "0.6"  [dev-dependencies]  approx = "0.5"  | 
