summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index be92a572..32dd3df2 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -23,8 +23,7 @@ palette.workspace = true
palette.optional = true
[target.'cfg(windows)'.dependencies]
-# TODO: Use `workspace` dependency once `wgpu` upgrades `raw-window-handle`
-raw-window-handle = "0.6"
+raw-window-handle.workspace = true
[dev-dependencies]
approx = "0.5"