Move typst wasm plugin into separate workspace
This commit is contained in:
parent
92ec72ab4b
commit
84d631a9c3
7 changed files with 381 additions and 47 deletions
|
|
@ -5,7 +5,6 @@ members = [
|
|||
"showbits-common",
|
||||
"showbits-thermal-printer",
|
||||
"showbits-typst",
|
||||
"showbits-typst-plugin",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
|
@ -43,10 +42,6 @@ features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
|
|||
git = "https://github.com/Garmelon/mark.git"
|
||||
rev = "2a862a69d69abc64ddd7eefd1e1ff3d05ce3b6e4"
|
||||
|
||||
[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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue