Skip to content

Commit

Permalink
Suppress workspace build for wasm too
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-xr committed Jun 8, 2024
1 parent 69ba232 commit 04caea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Pong/build-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "pong_wasm"
version = "0.1.0"
edition = "2021"

[workspace]

[lib]
name = "pong_wasm"
path = "../Pong.rs"
Expand Down

0 comments on commit 04caea9

Please sign in to comment.