Skip to content

Commit fc31784

Browse files
committed
remove unused dependencies
1 parent 595dd1b commit fc31784

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ resolver = "2"
1616
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu.git", rev = "e040ab9c296f2c0f1555051d4b574969329715ec", default-features = false }
1717
anyhow = "1.0.94"
1818
clap = { version = "4.5.37", features = ["derive"] }
19-
chrono = { version = "0.4.38", default-features = false, features = ["std"] }
2019
crossterm = "0.28.1"
2120
directories = "5.0.1"
2221
env_logger = "0.10"
23-
http = "1.2.0"
2422
log = "0.4"
2523
relative-path = "1.9.3"
2624
serde = { version = "1.0.214", features = ["derive"] }

crates/cargo-gpu/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ log.workspace = true
2121
relative-path.workspace = true
2222
serde.workspace = true
2323
serde_json.workspace = true
24-
toml.workspace = true
25-
chrono.workspace = true
26-
http.workspace = true
2724
crossterm.workspace = true
2825
version_check = "0.9.5"
2926

0 commit comments

Comments
 (0)