rkgk/crates/haku/Cargo.toml

14 lines
240 B
TOML
Raw Normal View History

2024-08-10 23:10:03 +02:00
[package]
name = "haku"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-09-01 18:54:38 +02:00
log.workspace = true
2024-08-10 23:13:20 +02:00
tiny-skia = { version = "0.11.4", default-features = false, features = ["no-std-float"] }
2024-09-07 14:30:58 +02:00
libm = "0.2.8"
[features]
default = []
vm-trace = []