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

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
log.workspace = true
tiny-skia = { version = "0.11.4", default-features = false, features = ["no-std-float"] }
libm = "0.2.8"
[features]
default = []