working on a used text_svg in the presenter
This commit is contained in:
parent
010f9a41d8
commit
342485f9d2
5 changed files with 20 additions and 7 deletions
2
justfile
2
justfile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue