[hal] Remove unused rustc-hash dependency.

This commit is contained in:
Kevin Reid 2025-10-15 16:00:11 -07:00 committed by Connor Fitzgerald
parent 00b4258b32
commit a6f70c7f35
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -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",

View File

@ -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 }