From e0122a5b509d151b7e0197d37a120fd965a055d5 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 2 Dec 2024 14:19:52 +0100 Subject: Add HTML export format --- Cargo.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 0afce462..2b902057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", @@ -2787,6 +2789,20 @@ dependencies = [ "typst-syntax", ] +[[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" -- cgit v1.2.3