1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

fix build_glium.sh

This commit is contained in:
Emil Ernerfeldt
2020-12-08 22:37:17 +01:00
parent 5fcc64dc85
commit 68598db7e3

View File

@@ -1,8 +1,4 @@
#!/bin/bash
set -eu
cargo fmt --all -- --check
cargo check --all-features
cargo clippy
cargo run --bin demo_glium --release