1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

wgpu: Bump to wgpu 23.0.0 and wasm-bindgen to 0.2.95

This commit is contained in:
TÖRÖK Attila
2024-10-30 16:04:19 +01:00
parent 5bfff316c9
commit 80ebaa23a8
7 changed files with 155 additions and 185 deletions

View File

@@ -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