egui/build_glium.sh
2020-05-07 10:47:03 +02:00

8 lines
154 B
Bash
Executable file

#!/bin/bash
set -eu
cargo fmt --all -- --check
cargo check --all-features
cargo clean -p emigui && cargo clippy
cargo run --bin example_glium --release