refactoring

This commit is contained in:
CDaut 2025-10-01 11:29:24 +02:00
parent 387893cd55
commit 09bdaed3f5
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 48 additions and 22 deletions

View file

@ -4,6 +4,7 @@ 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"] }