Working to actually create an iced lumina

This commit is contained in:
Chris Cochrun 2024-10-30 10:34:13 -05:00
parent 0121dfa8f3
commit 084ce2fc32
8 changed files with 3928 additions and 674 deletions

10
justfile Normal file
View file

@ -0,0 +1,10 @@
default:
just --list
build:
RUST_LOG=debug cargo build
run:
RUST_LOG=debug cargo run -- ~/dev/lumina-iced/test_presentation.lisp
clean:
RUST_LOG=debug cargo clean
test:
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture