began writing spheretracer and realized I'll have to reimplement cgmath
(badly)
This commit is contained in:
parent
c6290f93fd
commit
6c88c8ddfe
8 changed files with 136 additions and 48 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue