Remove typst plugin

It was nice but really slow.
This commit is contained in:
Joscha 2025-03-03 20:55:24 +01:00
parent 3a2637bb34
commit d9dbd90ff2
12 changed files with 1 additions and 576 deletions

View file

@ -1,16 +1,5 @@
#!/usr/bin/env fish
set_color --bold yellow
echo "##################"
echo "## typst plugin ##"
echo "##################"
set_color normal
./meta/build-typst-plugin
or return 1
echo
set_color --bold yellow
echo "########################"
echo "## thermal printer ui ##"

View file

@ -1,11 +0,0 @@
#!/usr/bin/env fish
rustup target add wasm32-unknown-unknown
or return 1
pushd showbits-typst-plugin
cargo build --release --target wasm32-unknown-unknown
or return 1
popd

View file

@ -2,10 +2,6 @@
cargo clippy
pushd showbits-typst-plugin
cargo clippy
popd
pushd showbits-thermal-printer-ui
pnpm check
popd

View file

@ -2,10 +2,6 @@
cargo clean
pushd showbits-typst-plugin
cargo clean
popd
rm -rf node_modules
rm -rf showbits-thermal-printer-ui/node_modules
rm -rf showbits-thermal-printer-ui/dist

View file

@ -1,9 +1,4 @@
#!/usr/bin/env fish
cargo fmt
pushd showbits-typst-plugin
cargo fmt
popd
pnpm fmt