From 820d42802ac79abc57bbfafc38f5b6e93222cdf1 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 28 Dec 2024 21:52:37 +0100 Subject: [PATCH] Fix build of egui.rs (#5528) --- scripts/setup_web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_web.sh b/scripts/setup_web.sh index 80dbc85b846..245ff427ab0 100755 --- a/scripts/setup_web.sh +++ b/scripts/setup_web.sh @@ -9,4 +9,4 @@ set -x rustup target add wasm32-unknown-unknown # For generating JS bindings: -cargo install --quiet wasm-bindgen-cli --version 0.2.95 +cargo install --force --quiet wasm-bindgen-cli --version 0.2.95