egui/build_glium.sh

9 lines
129 B
Bash
Raw 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
2020-05-05 20:40:00 +00:00
cargo run --bin example_glium --release