add a bunch of logging to haku, including vm-trace for tracing what the VM does

This commit is contained in:
りき萌 2024-09-02 21:35:52 +02:00
parent 337de0b57b
commit f4ceb0057e
4 changed files with 34 additions and 7 deletions

View file

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