egui/build_and_run.sh

11 lines
136 B
Bash
Raw Normal View History

#!/bin/bash
set -eu
2019-11-02 08:50:49 +00:00
cargo check --all-features
cargo clippy
2019-04-21 08:13:05 +00:00
# ./build_wasm.sh
# open "docs/index.html"
2019-03-16 11:55:42 +00:00
2019-04-21 08:13:05 +00:00
cargo run --bin example_glium