mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Move shell scripts into sh/ subfolder
This commit is contained in:
9
sh/setup_web.sh
Executable file
9
sh/setup_web.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path/.."
|
||||
|
||||
# Pre-requisites:
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo install -f wasm-bindgen-cli
|
||||
cargo update -p wasm-bindgen
|
||||
Reference in New Issue
Block a user