mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
wgpu: Bump to wgpu 23.0.0 and wasm-bindgen to 0.2.95 (#5330)
Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -19,7 +19,7 @@ WASM_OPT_FLAGS="-O2 --fast-math"
|
||||
while test $# -gt 0; do
|
||||
case "$1" in
|
||||
-h|--help)
|
||||
echo "build_demo_web.sh [--release] [--webgpu] [--open]"
|
||||
echo "build_demo_web.sh [--release] [--wgpu] [--open]"
|
||||
echo ""
|
||||
echo " -g: Keep debug symbols even with --release."
|
||||
echo " These are useful profiling and size trimming."
|
||||
|
||||
@@ -7,4 +7,4 @@ cd "$script_path/.."
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
# For generating JS bindings:
|
||||
cargo install --quiet wasm-bindgen-cli --version 0.2.93
|
||||
cargo install --quiet wasm-bindgen-cli --version 0.2.95
|
||||
|
||||
Reference in New Issue
Block a user