rust-gui-experiments/justfile

11 lines
122 B
Makefile
Raw Normal View History

2024-10-20 20:16:34 -07:00
_default:
@just --list
run *args:
2024-10-20 20:27:37 -07:00
cargo run --bin gui-playground -- {{args}}
2024-10-20 20:16:34 -07:00
floem:
cargo run --bin floem