add: support for typst 0.15.0

This commit is contained in:
andrew 2026-06-18 16:19:32 -04:00
parent 8cfe4f8ff3
commit 943bd513f1
5 changed files with 855 additions and 1279 deletions

View file

@ -9,10 +9,9 @@ edition = "2021"
include_dir = "0.7.4"
clap = { version = "4.6.1", features = ["derive"] }
env_logger = "0.11.10"
log = "0.4.29"
typst = "0.14.2"
typst-as-lib = { version = "0.15.4", features = ["typst-html", "typst-kit-fonts", "typst-kit-embed-fonts"] }
typst-html = "0.14.2"
typst-pdf = "0.14.2"
typst-svg = "0.14.2"
log = "0.4.32"
typst = "0.15.0"
typst-html = "0.15.0"
typst-assets = { version = "0.15.0", features = ["fonts"] }
time = "0.3"