mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
setup_web.sh: don't force-install wasm-bindgen-cli
This commit is contained in:
@@ -5,5 +5,5 @@ cd "$script_path/.."
|
|||||||
|
|
||||||
# Pre-requisites:
|
# Pre-requisites:
|
||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
cargo install -f wasm-bindgen-cli
|
cargo install wasm-bindgen-cli
|
||||||
cargo update -p wasm-bindgen
|
cargo update -p wasm-bindgen
|
||||||
|
|||||||
Reference in New Issue
Block a user