From 5556e46cc453c024defa833b964648465ddc9e39 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 2 May 2026 16:41:33 +0200 Subject: build(zig): link statically typst --- lib/typst/include/typdown_typst.h | 4 ++++ lib/typst/typdown_typst.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 lib/typst/include/typdown_typst.h delete mode 100644 lib/typst/typdown_typst.h (limited to 'lib/typst') 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*); diff --git a/lib/typst/typdown_typst.h b/lib/typst/typdown_typst.h deleted file mode 100644 index 755314a..0000000 --- a/lib/typst/typdown_typst.h +++ /dev/null @@ -1,4 +0,0 @@ -extern const char *typst_generateSVG(const char*); -extern const char *typst_escapeMath(const char*); - -extern void typst_freeString(const char*); -- cgit v1.2.3