Inital commit

This commit is contained in:
2026-07-14 07:48:06 +00:00
commit c6cd846adf
5 changed files with 862 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "test-ray-tracer"
version = "0.1.0"
edition = "2024"
[profile.dev]
opt-level = 1
[dependencies]
vulkano = "0.35.2"
vulkano-shaders = "0.35.0"