From 0535fa152ae990a28d0b7b9a59e96911074118b8 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 18:10:33 +0200 Subject: build(zig): include typst module --- typst/typdown_typst.h | 4 ++++ typst/typst.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 typst/typdown_typst.h delete mode 100644 typst/typst.h (limited to 'typst') diff --git a/typst/typdown_typst.h b/typst/typdown_typst.h new file mode 100644 index 0000000..755314a --- /dev/null +++ b/typst/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/typst/typst.h b/typst/typst.h deleted file mode 100644 index 755314a..0000000 --- a/typst/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