Getting closer to a working little system

This commit is contained in:
Chris Cochrun 2024-11-19 12:35:42 -06:00
parent d9459d6336
commit c60353f8c8
9 changed files with 338 additions and 132 deletions

View file

@ -2,8 +2,8 @@ default:
just --list
build:
RUST_LOG=debug cargo build
run:
RUST_LOG=debug cargo run -- -i ~/dev/lumina-iced/test_presentation.lisp
run ui=' ' file='~/dev/lumina-iced/test_presentation.lisp':
RUST_LOG=debug cargo run -- {{ui}} {{file}}
clean:
RUST_LOG=debug cargo clean
test: