Fix Grapene CLI compilation (#3892)

* Fix grapene-cli compilation

* Improve cargo features to reduce recompiles
This commit is contained in:
Dennis Kobert
2026-03-13 11:28:34 +01:00
committed by GitHub
parent a3f88b0f96
commit eb30ee78bc
3 changed files with 7 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ futures = { workspace = true }
fern = { workspace = true }
chrono = { workspace = true }
wgpu = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio = { workspace = true }
clap = { workspace = true, features = ["cargo", "derive"] }
image = { workspace = true }
wgpu-executor = { workspace = true, optional = true }