diff --git a/Cargo.lock b/Cargo.lock index 7614ee09b..eee65954e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2153,7 +2153,6 @@ dependencies = [ "hlsl-snapshots", "indexmap", "log", - "num-traits", "petgraph", "pp-rs", "ron", diff --git a/Cargo.toml b/Cargo.toml index 4341fe292..fbcff4724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/naga/Cargo.toml b/naga/Cargo.toml index 67116a053..3bd3746af 100644 --- a/naga/Cargo.toml +++ b/naga/Cargo.toml @@ -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 }