ft: 2.1+2.2: image output

This commit is contained in:
2026-04-14 22:56:11 +02:00
commit 6787bb5cfd
5 changed files with 1029 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "raytracing"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.10"