aboutsummaryrefslogtreecommitdiff
path: root/lib/typst/include/typdown_typst.h
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-05-02 16:41:33 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-05-02 16:41:33 +0200
commit5556e46cc453c024defa833b964648465ddc9e39 (patch)
tree789d144376970aaeefe14bd491d8edf220aea35c /lib/typst/include/typdown_typst.h
parent5bc6edf71afe1d9b115af7363e9ffd867f2a6a57 (diff)
build(zig): link statically typst
Diffstat (limited to 'lib/typst/include/typdown_typst.h')
-rw-r--r--lib/typst/include/typdown_typst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/typst/include/typdown_typst.h b/lib/typst/include/typdown_typst.h
new file mode 100644
index 0000000..755314a
--- /dev/null
+++ b/lib/typst/include/typdown_typst.h
@@ -0,0 +1,4 @@
+extern const char *typst_generateSVG(const char*);
+extern const char *typst_escapeMath(const char*);
+
+extern void typst_freeString(const char*);