mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[hal] Remove unused rustc-hash dependency.
This commit is contained in:
parent
00b4258b32
commit
a6f70c7f35
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -4981,7 +4981,6 @@ dependencies = [
|
|||||||
"raw-window-handle 0.5.2",
|
"raw-window-handle 0.5.2",
|
||||||
"raw-window-handle 0.6.2",
|
"raw-window-handle 0.6.2",
|
||||||
"renderdoc-sys",
|
"renderdoc-sys",
|
||||||
"rustc-hash 1.1.0",
|
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
|
|||||||
@ -219,7 +219,6 @@ hashbrown = { workspace = true, optional = true }
|
|||||||
log = { workspace = true, optional = true }
|
log = { workspace = true, optional = true }
|
||||||
ordered-float = { workspace = true, optional = true }
|
ordered-float = { workspace = true, optional = true }
|
||||||
profiling = { workspace = true, optional = true, default-features = false }
|
profiling = { workspace = true, optional = true, default-features = false }
|
||||||
rustc-hash = { workspace = true, optional = true }
|
|
||||||
|
|
||||||
# Backend: GLES
|
# Backend: GLES
|
||||||
glow = { workspace = true, optional = true }
|
glow = { workspace = true, optional = true }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user