egui/build_glium.sh

9 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