summaryrefslogtreecommitdiff
path: root/ext/webgpu
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-05-13 14:23:39 -0700
committerGitHub <noreply@github.com>2024-05-13 14:23:39 -0700
commitdf879f9f746366ee6bd1dc757514e8e73deddc1d (patch)
tree3f937918a8816ed64678f1fa7adaae4270d8ddc6 /ext/webgpu
parent329a8ae0c098619c8f976f2035e5599094cb43f4 (diff)
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'ext/webgpu')
-rw-r--r--ext/webgpu/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index c8c5d7aff..16acb24a9 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -44,10 +44,6 @@ features = ["metal"]
workspace = true
features = ["dx12"]
-[target.'cfg(windows)'.dependencies.wgpu-hal]
-workspace = true
-features = ["windows_rs"]
-
# We want the wgpu-core Vulkan backend on Unix (but not Emscripten) and Windows.
[target.'cfg(any(windows, all(unix, not(target_os = "emscripten"))))'.dependencies.wgpu-core]
workspace = true