Add clap to tev
This commit is contained in:
parent
b11e7a7a78
commit
534a7d7097
3 changed files with 185 additions and 54 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue