diff --git a/Cargo.lock b/Cargo.lock index 770aa9a3e..a151e6a55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4981,7 +4981,6 @@ dependencies = [ "raw-window-handle 0.5.2", "raw-window-handle 0.6.2", "renderdoc-sys", - "rustc-hash 1.1.0", "smallvec", "thiserror 2.0.17", "wasm-bindgen", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 989aca624..f11778c3c 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -219,7 +219,6 @@ hashbrown = { workspace = true, optional = true } log = { workspace = true, optional = true } ordered-float = { workspace = true, optional = true } profiling = { workspace = true, optional = true, default-features = false } -rustc-hash = { workspace = true, optional = true } # Backend: GLES glow = { workspace = true, optional = true }