Draw first image
This commit is contained in:
parent
4c872f9f91
commit
62b9fdcb56
19 changed files with 1566 additions and 76 deletions
11
ray-tracing-image/Cargo.toml
Normal file
11
ray-tracing-image/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "ray-tracing-image"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
image = "0.25.2"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
ray-tracing-core = { path = "../ray-tracing-core" }
|
||||
ray-tracing-scene = { path = "../ray-tracing-scene" }
|
||||
rayon = "1.10.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue