aboutsummaryrefslogtreecommitdiff
path: root/src/eval/math.zig
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-05-01 18:33:16 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-05-01 18:33:21 +0200
commit3e00c224007db19cdc7869435967c5decea570a5 (patch)
tree2e08f1a91e5930c1cc6509707581c83b8508c128 /src/eval/math.zig
parenta9e8d0e9c929bec830b086e473ef1362e1f873d9 (diff)
feat(lib): introduce document notion in C ABI
Diffstat (limited to 'src/eval/math.zig')
-rw-r--r--src/eval/math.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval/math.zig b/src/eval/math.zig
index fa95918..071287e 100644
--- a/src/eval/math.zig
+++ b/src/eval/math.zig
@@ -1,5 +1,5 @@
const std = @import("std");
-const typst = @cImport(@cInclude("typdown_typst.h"));
+const typst = @import("typst");
const Allocator = std.mem.Allocator;
const HTML = Element.HTML;
const Element = @import("Element.zig");