Skip to content

Commit c1dd14d

Browse files
authored
Remove unused dependencies in rust-gpu (#800)
1 parent 553f79e commit c1dd14d

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

Cargo.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustc_codegen_spirv/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0"
4646
smallvec = "1.6.1"
4747
spirv-tools = { version = "0.7", default-features = false }
48-
topological-sort = "0.1"
4948

5049
[dev-dependencies]
5150
pipe = "0.4"

crates/spirv-std/macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ proc-macro = true
1212

1313
[dependencies]
1414
spirv-types = { path = "../shared", version = "0.4.0-alpha.12" }
15-
heck = "0.3.2"
1615
proc-macro2 = "1.0.24"
1716
quote = "1.0.8"
1817
syn = { version = "1.0.58", features=["full"] }

deny.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,3 @@ unknown-registry = "warn"
9191
# Lint level for what to happen when a crate from a git repository that is not
9292
# in the allow list is encountered
9393
unknown-git = "allow"
94-
95-
[sources.allow-org]
96-
github = ["EmbarkStudios"]

examples/runners/ash/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ use-compiled-tools = ["spirv-builder/use-compiled-tools"]
1616
ash = "0.33"
1717
ash-window = "0.7"
1818
winit = { git = "https://github.com/rust-windowing/winit", rev = "1b3b82a3c1369c5248a2e6a251230ba6c615e918" }
19-
serde = { version = "1.0", features = ["derive"] }
20-
serde_json = "1.0"
2119
structopt = "0.3.20"
2220
cfg-if = "1.0.0"
2321
shared = { path = "../../shaders/shared" }

0 commit comments

Comments
 (0)