Remove unused num-traits dependency of naga (#5689)

This commit is contained in:
bjorn3 2024-05-11 22:26:49 +02:00 committed by GitHub
parent d0a5e48aa7
commit ebbf901304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@ -2153,7 +2153,6 @@ dependencies = [
"hlsl-snapshots",
"indexmap",
"log",
"num-traits",
"petgraph",
"pp-rs",
"ron",

View File

@ -96,7 +96,6 @@ log = "0.4"
nanorand = { version = "0.7", default-features = false, features = ["wyrand"] }
# https://github.com/Razaekel/noise-rs/issues/335 (Updated dependencies)
noise = { version = "0.8", git = "https://github.com/Razaekel/noise-rs.git", rev = "c6942d4fb70af26db4441edcf41f90fa115333f2" }
num-traits = { version = "0.2" }
nv-flip = "0.1"
obj = "0.10"
once_cell = "1"

View File

@ -51,7 +51,6 @@ codespan-reporting = { version = "0.11.0" }
rustc-hash = "1.1.0"
indexmap = { version = "2", features = ["std"] }
log = "0.4"
num-traits = "0.2"
spirv = { version = "0.3", optional = true }
thiserror = "1.0.59"
serde = { version = "1.0.200", features = ["derive"], optional = true }