From d4b31bffa775c13af156ef37fae1c6451bc992cb Mon Sep 17 00:00:00 2001 From: arcadeperfect Date: Tue, 26 Nov 2024 17:22:10 -0500 Subject: [PATCH] bindgen ver --- .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 54ea123..8d439da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: override: true - name: Install wasm-bindgen-cli - run: cargo install -f wasm-bindgen-cli --version 0.2.93 + run: cargo install -f wasm-bindgen-cli --version 0.2.95 - name: Create deployment directory run: mkdir -p dist diff --git a/Cargo.toml b/Cargo.toml index 6128cae..671112d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0" tracing = "0.1" anyhow = "1.0.66" bevy_panorbit_camera = { version = "0.19", features = ["bevy_egui"] } -wasm-bindgen = "0.2.93" +wasm-bindgen = "0.2.95" # bevy_egui = "0.29.0" # Use the version compatible with your Bevy version bevy_egui = { version = "0.28", default-features = false, features = [ "render",