Skip to content

Commit

Permalink
fix wasm-bindgen version
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Jan 20, 2025
1 parent 6d516fa commit a334c06
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
71 changes: 36 additions & 35 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lz4_flex = { version = "0.10.0", default-features = false, features = ["safe-dec
lzma-rs = { version = "0.3.0", features = ["raw_decoder"] }
naga = { git = "https://github.com/magcius/wgpu", branch = "issue-4349", features = ["glsl-in", "wgsl-out"] }
num_enum = "0.5.7"
wasm-bindgen = "0.2.95"
wasm-bindgen = "=0.2.95"
web-sys = { version = "0.3.48", features = ["console"] }
nalgebra-glm = "0.19.0"
rand = "0.8.5"
Expand Down

0 comments on commit a334c06

Please sign in to comment.