From df879f9f746366ee6bd1dc757514e8e73deddc1d Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 13 May 2024 14:23:39 -0700 Subject: chore: cleanup unused dependencies (#23787) --- ext/webgpu/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/webgpu') 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 -- cgit v1.2.3