From b964623998121ecc9d5e57c1a6895a22cc9c967f Mon Sep 17 00:00:00 2001 From: arcadeperfect Date: Wed, 4 Dec 2024 20:21:00 -0500 Subject: [PATCH] bindgen misery again --- .github/workflows/deploy.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a436ff..d77d19e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: override: true - name: Install wasm-bindgen-cli - run: cargo install -f wasm-bindgen-cli --version 0.2.95 + run: cargo install -f wasm-bindgen-cli --version 0.2.97 - name: Create deployment directory run: mkdir -p dist diff --git a/Cargo.toml b/Cargo.toml index 4d6e83a..6dd4cba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ bevy_egui = { version = "0.31.1", default-features = false, features = [ bytemuck = "1.20.0" # wasm-bindgen = "=0.2.86" -wasm-bindgen = "=0.2.95" +wasm-bindgen = "=0.2.97" # getrandom = { version = "0.2", features = ["js"] } # bevy = "0.14.2"