initial dev setup

This commit is contained in:
CDaut 2025-09-30 21:06:09 +02:00
commit 3953ef2bfb
Signed by: clara
GPG key ID: 223391B52FAD4463
8 changed files with 321 additions and 0 deletions

8
raytracer/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "raytracer"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.28"
uefi = { version = "0.35.0", features = ["logger", "panic_handler"] }