working on a used text_svg in the presenter

This commit is contained in:
Chris Cochrun 2025-04-04 23:29:28 -05:00
parent 010f9a41d8
commit 342485f9d2
5 changed files with 20 additions and 7 deletions

View file

@ -6,7 +6,7 @@ default:
build:
RUST_LOG=debug cargo build
run:
RUST_LOG=debug cargo run -- {{ui}} {{file}}
RUST_LOG=debug cargo run --release -- {{ui}} {{file}}
clean:
RUST_LOG=debug cargo clean
test: