add libm math functions to haku
This commit is contained in:
parent
e12573566e
commit
4bf3d685b8
3 changed files with 112 additions and 1 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue