diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 18:10:33 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 18:10:33 +0200 |
| commit | 0535fa152ae990a28d0b7b9a59e96911074118b8 (patch) | |
| tree | 2b78936f147429da5b593174ee2e6cabbf9becbd /src/root.zig | |
| parent | 99d2408ad3113f3d79b496ed30798bbd15bc6cfc (diff) | |
build(zig): include typst module
Diffstat (limited to 'src/root.zig')
| -rw-r--r-- | src/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig index 6fd15f5..648fb77 100644 --- a/src/root.zig +++ b/src/root.zig @@ -2,6 +2,7 @@ const std = @import("std"); const builtin = @import("builtin"); const Allocator = std.mem.Allocator; const parser = @import("parser.zig"); +const typst = @import("typst.zig"); pub const Document = parser.Document; pub const Error = parser.Error; /// Parse the content. |
