egui/build_and_run.sh

10 lines
192 B
Bash
Raw Normal View History

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