diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-05-01 18:33:16 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-05-01 18:33:21 +0200 |
| commit | 3e00c224007db19cdc7869435967c5decea570a5 (patch) | |
| tree | 2e08f1a91e5930c1cc6509707581c83b8508c128 /src/eval/math.zig | |
| parent | a9e8d0e9c929bec830b086e473ef1362e1f873d9 (diff) | |
feat(lib): introduce document notion in C ABI
Diffstat (limited to 'src/eval/math.zig')
| -rw-r--r-- | src/eval/math.zig | 2 |
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"); |
