adding the basis for the full slide system
This commit is contained in:
parent
d4b40dbdc4
commit
66c37775d1
15 changed files with 1575 additions and 56 deletions
2
justfile
2
justfile
|
@ -3,7 +3,7 @@ default:
|
|||
build:
|
||||
RUST_LOG=debug cargo build
|
||||
run:
|
||||
RUST_LOG=debug cargo run -- ~/dev/lumina-iced/test_presentation.lisp
|
||||
RUST_LOG=debug cargo run -- -i ~/dev/lumina-iced/test_presentation.lisp
|
||||
clean:
|
||||
RUST_LOG=debug cargo clean
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue