From 04caea95afd128a541fce71a423e34284cbffd65 Mon Sep 17 00:00:00 2001 From: Tommy Builds Date: Sat, 8 Jun 2024 07:47:51 -0700 Subject: [PATCH] Suppress workspace build for wasm too --- examples/Pong/build-wasm/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Pong/build-wasm/Cargo.toml b/examples/Pong/build-wasm/Cargo.toml index 089d57d..38b7a1d 100644 --- a/examples/Pong/build-wasm/Cargo.toml +++ b/examples/Pong/build-wasm/Cargo.toml @@ -3,6 +3,8 @@ name = "pong_wasm" version = "0.1.0" edition = "2021" +[workspace] + [lib] name = "pong_wasm" path = "../Pong.rs"