egui/build_glium.sh

9 lines
126 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -eu
2019-11-02 09:15:06 +00:00
cargo fmt --all -- --check
2019-11-02 08:50:49 +00:00
cargo check --all-features
cargo clippy
2019-11-02 08:50:49 +00:00
cargo run --bin demo_glium --release