Set up typst wasm plugin

This commit is contained in:
Joscha 2025-03-01 00:26:38 +01:00
parent 49d6a2c022
commit 179d0653bb
10 changed files with 76 additions and 1 deletions

View file

@ -5,6 +5,7 @@ members = [
"showbits-common",
"showbits-thermal-printer",
"showbits-typst",
"showbits-typst-plugin",
]
[workspace.package]
@ -39,6 +40,10 @@ version = "0.7.6"
default-features = false
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
[workspace.dependencies.wasm-minimal-protocol]
git = "https://github.com/astrale-sharp/wasm-minimal-protocol.git"
rev = "90336ebf2d99844fd8f8e99ea7096af96526cbf4"
[workspace.lints]
rust.unsafe_code = { level = "forbid", priority = 1 }
# Lint groups