rust-gui-experiments/justfile
Greg Shuflin 6e13cc1d34 Gpui
2024-10-20 20:27:37 -07:00

11 lines
122 B
Makefile

_default:
@just --list
run *args:
cargo run --bin gui-playground -- {{args}}
floem:
cargo run --bin floem