summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/lib.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-07-10 12:42:34 +0200
committerGitHub <noreply@github.com>2025-07-10 10:42:34 +0000
commit98802dde7e3eab456bf4892b586076431e3bb386 (patch)
treec626c99df971d51a023a58063fc9a8c3fb0be25d /crates/typst-library/src/lib.rs
parentac77fdbb6ee9c4a33813a75e056cb5953d14b1db (diff)
Complete movement of HTML export code to `typst-html` (#6584)
Diffstat (limited to 'crates/typst-library/src/lib.rs')
-rw-r--r--crates/typst-library/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-library/src/lib.rs b/crates/typst-library/src/lib.rs
index 5d047570..025e997c 100644
--- a/crates/typst-library/src/lib.rs
+++ b/crates/typst-library/src/lib.rs
@@ -15,7 +15,6 @@ extern crate self as typst_library;
pub mod diag;
pub mod engine;
pub mod foundations;
-pub mod html;
pub mod introspection;
pub mod layout;
pub mod loading;