feat: add dev-egui target to Makefile for easier development with egui
Some checks failed
CI / clippy (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-07-24 13:57:45 +02:00
parent 0fc21ede97
commit fb0d014ccd

View File

@@ -13,6 +13,9 @@ build-egui:
dev:
RUST_LOG=debug cargo run
dev-egui:
RUST_LOG=debug cargo run -p k-launcher --features egui --bin k-launcher-egui
check:
cargo fmt --all -- --check
cargo clippy --workspace -- -D warnings