feat: add dev-egui target to Makefile for easier development with egui
This commit is contained in:
3
Makefile
3
Makefile
@@ -13,6 +13,9 @@ build-egui:
|
|||||||
dev:
|
dev:
|
||||||
RUST_LOG=debug cargo run
|
RUST_LOG=debug cargo run
|
||||||
|
|
||||||
|
dev-egui:
|
||||||
|
RUST_LOG=debug cargo run -p k-launcher --features egui --bin k-launcher-egui
|
||||||
|
|
||||||
check:
|
check:
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
cargo clippy --workspace -- -D warnings
|
cargo clippy --workspace -- -D warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user