mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Combine demo_glium and demo_web into one egui_demo crate
This commit is contained in:
7
setup_web.sh
Executable file
7
setup_web.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
# Pre-requisites:
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo install -f wasm-bindgen-cli
|
||||
cargo update
|
||||
Reference in New Issue
Block a user