Improve error handling: render errors through typst

This commit is contained in:
bluepython508
2025-10-31 16:41:53 +00:00
parent 01474ad6a0
commit 481369ea7c
5 changed files with 203 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ typst = "0.14.0"
typst-render = "0.14.0"
cairo-rs = "0.21.2"
typst-kit = { version = "0.14.0", features = ["embed-fonts", "vendor-openssl"] }
codespan-reporting = "0.13.1"
[build-dependencies]
bindgen = "0.72.1"