Add xkcd document

This commit is contained in:
Joscha 2025-03-18 19:53:35 +01:00
parent f8076e6b66
commit 618f298cc6
13 changed files with 590 additions and 13 deletions

View file

@ -8,6 +8,7 @@ pub mod image;
pub mod sunrise;
pub mod text;
pub mod tictactoe;
pub mod xkcd;
fn typst_with_lib() -> Typst {
Typst::new().with_file("/lib/main.typ", include_str!("documents/lib/main.typ"))