Skip to content

Commit

Permalink
Merge pull request #738 from rerun-io/emilk/wasm-bindgen-only-on-web
Browse files Browse the repository at this point in the history
Only add `wasm-bindgen` as a dependency on `wasm32-unknown-unknown`
  • Loading branch information
KodrAus committed Mar 18, 2024
2 parents ef9f91e + abe995a commit 951e8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ optional = true
version = "0.5"

# Private
[dependencies.wasm-bindgen]
[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

Expand Down

0 comments on commit 951e8e3

Please sign in to comment.