Download typst packages on demand

This commit is contained in:
Joscha 2025-03-01 20:13:57 +01:00
parent fa43074f3d
commit 6d4db1ca2e
4 changed files with 380 additions and 17 deletions

View file

@ -31,6 +31,7 @@ showbits-typst.path = "./showbits-typst"
tokio = "1.43.0"
typst = "0.13.0"
typst-assets = { version = "0.13.0", features = ["fonts"] }
typst-kit = "0.13.0"
typst-render = "0.13.0"
[workspace.dependencies.taffy]