Add export command to Graphene CLI (#3400)

* Add export command to cli

* Fix format
This commit is contained in:
Dennis Kobert
2025-11-19 17:39:48 +01:00
committed by GitHub
parent f61aebb777
commit 788e82a7d0
12 changed files with 175 additions and 23 deletions
+1
View File
@@ -26,6 +26,7 @@ chrono = { workspace = true }
wgpu = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
clap = { workspace = true, features = ["cargo", "derive"] }
image = { workspace = true }
# Optional local dependencies
wgpu-executor = { path = "../wgpu-executor", optional = true }