Skip to content

Commit

Permalink
remove wasm-bindgen constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Aug 20, 2024
1 parent d98440e commit 32b8768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/vrm_viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bevy_vrm.workspace = true
[target.'cfg(target_family = "wasm")'.dependencies]
bevy_blob_loader = "0.0.5"
bevy_web_file_drop = "0.0.5"
wasm-bindgen = "=0.2.92"
wasm-bindgen = "0.2.92"

0 comments on commit 32b8768

Please sign in to comment.