egui/build_and_run.sh
2019-03-16 12:55:42 +01:00

9 lines
192 B
Bash
Executable file

#!/bin/bash
set -eu
./build_wasm.sh
open "docs/index.html"
# TODO: release is only because of this bug: https://github.com/tomaka/glutin/pull/1099
# cargo run --release --bin example_glium