add a bunch of logging to haku, including vm-trace for tracing what the VM does
This commit is contained in:
parent
337de0b57b
commit
f4ceb0057e
4 changed files with 34 additions and 7 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue