Skip to content

Commit

Permalink
bindgen ver
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeperfect committed Nov 26, 2024
1 parent 7d79719 commit d4b31bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4b31bf

Please sign in to comment.