Draw first image

This commit is contained in:
hal8174 2024-09-28 20:15:05 +02:00
parent 4c872f9f91
commit 62b9fdcb56
19 changed files with 1566 additions and 76 deletions

View file

@ -0,0 +1,8 @@
[package]
name = "ray-tracing-scene"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
ray-tracing-core = { path = "../ray-tracing-core" }