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",