add libm math functions to haku

This commit is contained in:
りき萌 2024-09-07 14:30:58 +02:00
parent e12573566e
commit 4bf3d685b8
3 changed files with 112 additions and 1 deletions

1
Cargo.lock generated
View file

@ -590,6 +590,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
name = "haku"
version = "0.1.0"
dependencies = [
"libm",
"log",
"tiny-skia",
]