aboutsummaryrefslogtreecommitdiff
path: root/typst/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'typst/README.md')
-rw-r--r--typst/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/typst/README.md b/typst/README.md
deleted file mode 100644
index 6e2530f..0000000
--- a/typst/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# typst library
-
-This folder contains a Rust library used to compile typdown's typst components.
-We cannot write it in Zig, because there are no existing C bindings for typst.
-
-## Build example
-
-```shell
-$ cargo build
-$ gcc example.c -o example -ltypdown_typst -L./target/debug
-$ LD_LIBRARY_PATH=./target/debug ./example
-```