Initial Functional Plugin
This commit is contained in:
27
Cargo.toml
Normal file
27
Cargo.toml
Normal 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'
|
||||
Reference in New Issue
Block a user