mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Explicitely enable std, and don't rely on environment (#2062)
This commit is contained in:
@@ -52,7 +52,7 @@ termcolor = { version = "1.0.4", optional = true }
|
||||
# https://github.com/brendanzab/codespan/commit/e99c867339a877731437e7ee6a903a3d03b5439e
|
||||
codespan-reporting = { version = "0.11.0", optional = true }
|
||||
rustc-hash = "1.1.0"
|
||||
indexmap = "1.6"
|
||||
indexmap = { version = "1.6", features = ["std"] }
|
||||
log = "0.4"
|
||||
num-traits = "0.2"
|
||||
spirv = { version = "0.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user