1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

minor glium app change

This commit is contained in:
Emil Ernerfeldt
2020-04-25 11:12:00 +02:00
parent 4cc6ca7236
commit 8f879de9f5
2 changed files with 5 additions and 5 deletions

11
build_glium.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -eu
cargo fmt --all -- --check
cargo check --all-features
cargo clippy
# ./build_wasm.sh
# open "docs/index.html"
cargo run --bin example_glium