Add clap to tev

This commit is contained in:
hal8174 2024-10-07 22:41:38 +02:00
parent b11e7a7a78
commit 534a7d7097
3 changed files with 185 additions and 54 deletions

View file

@ -10,3 +10,4 @@ ray-tracing-scene = { path = "../ray-tracing-scene" }
ray-tracing-renderer = { path = "../ray-tracing-renderer" }
rayon = "1.10.0"
rand = { version = "0.8.5", features = ["small_rng"] }
clap = { version = "4.5.19", features = ["derive"] }