egui/build_glium.sh
2020-05-05 22:40:00 +02:00

8 lines
129 B
Bash
Executable file

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