Working to actually create an iced lumina
This commit is contained in:
parent
0121dfa8f3
commit
084ce2fc32
8 changed files with 3928 additions and 674 deletions
10
justfile
Normal file
10
justfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue