adding the basis for the full slide system

This commit is contained in:
Chris Cochrun 2024-11-06 10:51:01 -06:00
parent d4b40dbdc4
commit 66c37775d1
15 changed files with 1575 additions and 56 deletions

View file

@ -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: