summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-12-15 14:03:38 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-12-15 14:04:30 +0100
commit1481f0c0a44a2f01c06740143a1e5e47612f77f8 (patch)
tree34cb2d23a0fae6f04601ca04d6f609c1afbffd68 /core/Cargo.toml
parentd7dd0338616d13d94689d153f6c0dedfba1ad4ba (diff)
downloadiced-1481f0c0a44a2f01c06740143a1e5e47612f77f8.tar.gz
iced-1481f0c0a44a2f01c06740143a1e5e47612f77f8.tar.bz2
iced-1481f0c0a44a2f01c06740143a1e5e47612f77f8.zip
Use latest `raw-window-handle` in `iced_core`
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml3
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"