mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Remove unused num-traits dependency of naga (#5689)
This commit is contained in:
parent
d0a5e48aa7
commit
ebbf901304
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2153,7 +2153,6 @@ dependencies = [
|
|||||||
"hlsl-snapshots",
|
"hlsl-snapshots",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"log",
|
"log",
|
||||||
"num-traits",
|
|
||||||
"petgraph",
|
"petgraph",
|
||||||
"pp-rs",
|
"pp-rs",
|
||||||
"ron",
|
"ron",
|
||||||
|
@ -96,7 +96,6 @@ log = "0.4"
|
|||||||
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
|
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
|
||||||
# https://github.com/Razaekel/noise-rs/issues/335 (Updated dependencies)
|
# https://github.com/Razaekel/noise-rs/issues/335 (Updated dependencies)
|
||||||
noise = { version = "0.8", git = "https://github.com/Razaekel/noise-rs.git", rev = "c6942d4fb70af26db4441edcf41f90fa115333f2" }
|
noise = { version = "0.8", git = "https://github.com/Razaekel/noise-rs.git", rev = "c6942d4fb70af26db4441edcf41f90fa115333f2" }
|
||||||
num-traits = { version = "0.2" }
|
|
||||||
nv-flip = "0.1"
|
nv-flip = "0.1"
|
||||||
obj = "0.10"
|
obj = "0.10"
|
||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
|
@ -51,7 +51,6 @@ codespan-reporting = { version = "0.11.0" }
|
|||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
indexmap = { version = "2", features = ["std"] }
|
indexmap = { version = "2", features = ["std"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num-traits = "0.2"
|
|
||||||
spirv = { version = "0.3", optional = true }
|
spirv = { version = "0.3", optional = true }
|
||||||
thiserror = "1.0.59"
|
thiserror = "1.0.59"
|
||||||
serde = { version = "1.0.200", features = ["derive"], optional = true }
|
serde = { version = "1.0.200", features = ["derive"], optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user