6 lines
182 B
Makefile
6 lines
182 B
Makefile
fix:
|
|
cargo clippy --fix --allow-dirty --allow-staged --workspace --all --all-features
|
|
cargo fmt --all
|
|
|
|
install:
|
|
cargo install --path ./crates/bevy_cef_debug_render_process --force
|