Skip to content

Commit

Permalink
bindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadeperfect committed Nov 26, 2024
1 parent c8e47b7 commit a67d4f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
override: true

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli
run: cargo install -f wasm-bindgen-cli --version 0.2.95 # Match your project's version

- name: Build
run: |
Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 a67d4f4

Please sign in to comment.