began writing spheretracer and realized I'll have to reimplement cgmath

(badly)
This commit is contained in:
CDaut 2025-10-02 16:12:16 +02:00
parent c6290f93fd
commit 6c88c8ddfe
Signed by: clara
GPG key ID: 223391B52FAD4463
8 changed files with 136 additions and 48 deletions

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
cgmath = "0.18.0"
libc = "0.2.176"
log = "0.4.28"
uefi = { version = "0.35.0", features = ["logger", "panic_handler"] }