1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

setup_web.sh: don't force-install wasm-bindgen-cli

This commit is contained in:
Emil Ernerfeldt
2021-12-28 21:30:36 +01:00
parent 190c85a40f
commit d0a47bf8e8

View File

@@ -5,5 +5,5 @@ cd "$script_path/.."
# Pre-requisites:
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli
cargo install wasm-bindgen-cli
cargo update -p wasm-bindgen