Initial Functional Plugin

This commit is contained in:
bluepython508
2025-10-30 11:08:35 +00:00
commit 01474ad6a0
12 changed files with 4155 additions and 0 deletions

27
Cargo.toml Normal file
View File

@@ -0,0 +1,27 @@
[package]
name = "zathura-typst-plugin"
version = "0.1.0"
edition = "2024"
[dependencies]
typst = "0.14.0"
typst-render = "0.14.0"
cairo-rs = "0.21.2"
typst-kit = { version = "0.14.0", features = ["embed-fonts", "vendor-openssl"] }
[build-dependencies]
bindgen = "0.72.1"
pkg-config = "0.3.32"
system-deps = "7.0.6"
[package.metadata.system-deps]
zathura = "0.5.0"
[lib]
crate-type = ["cdylib"]
[profile.release]
panic = 'abort'
[profile.dev]
panic = 'abort'