diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-12-02 14:19:52 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-12-04 10:12:07 +0100 |
| commit | e0122a5b509d151b7e0197d37a120fd965a055d5 (patch) | |
| tree | 1045c37c53dc2e08fedc8802cdfec1b244e10dd0 /Cargo.lock | |
| parent | 885c7d96eea73f478faea9877f0dbc40c00b0d7b (diff) | |
Add HTML export format
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2674,6 +2674,7 @@ dependencies = [ "comemo", "ecow", "typst-eval", + "typst-html", "typst-layout", "typst-library", "typst-macros", @@ -2720,6 +2721,7 @@ dependencies = [ "toml", "typst", "typst-eval", + "typst-html", "typst-kit", "typst-macros", "typst-pdf", @@ -2788,6 +2790,20 @@ dependencies = [ ] [[package]] +name = "typst-html" +version = "0.12.0" +dependencies = [ + "comemo", + "ecow", + "typst-library", + "typst-macros", + "typst-svg", + "typst-syntax", + "typst-timing", + "typst-utils", +] + +[[package]] name = "typst-ide" version = "0.12.0" dependencies = [ |
