1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00
Files
egui/build_and_run.sh
2019-03-16 12:55:42 +01:00

10 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