mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
fix script (#25)
This commit is contained in:
@@ -3,7 +3,7 @@ set -eu
|
|||||||
|
|
||||||
# Pre-requisites:
|
# Pre-requisites:
|
||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
if ! [[ $(wasm-bindgen --version) ]]; then
|
if ! wasm-bindgen --version; then
|
||||||
cargo clean
|
cargo clean
|
||||||
cargo install -f wasm-bindgen-cli
|
cargo install -f wasm-bindgen-cli
|
||||||
cargo update
|
cargo update
|
||||||
|
|||||||
Reference in New Issue
Block a user