mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
naga: Remove feature std for indexmap
This was added in https://github.com/gfx-rs/naga/pull/2062 This was needed before version 2, but not in version 2, so it should be safe to remove now as it is enabled by default.
This commit is contained in:
committed by
Teodor Tanasoaia
parent
62333a573e
commit
ea81a24414
@@ -67,7 +67,7 @@ termcolor = { version = "1.4.1" }
|
||||
# https://github.com/brendanzab/codespan/commit/e99c867339a877731437e7ee6a903a3d03b5439e
|
||||
codespan-reporting = { version = "0.11.0" }
|
||||
rustc-hash = "1.1.0"
|
||||
indexmap = { version = "2", features = ["std"] }
|
||||
indexmap = "2"
|
||||
log = "0.4"
|
||||
spirv = { version = "0.3", optional = true }
|
||||
thiserror = "1.0.63"
|
||||
|
||||
Reference in New Issue
Block a user