From 4d0a8140130ebd0f46744b86eeb2a708657a942e Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 16 Feb 2025 22:55:43 -0500 Subject: Switch to workspace --- crates/client/src/common.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/client/src/common.rs (limited to 'crates/client/src/common.rs') diff --git a/crates/client/src/common.rs b/crates/client/src/common.rs new file mode 100644 index 0000000..3599211 --- /dev/null +++ b/crates/client/src/common.rs @@ -0,0 +1,8 @@ +#[cfg(target_arch = "wasm32")] +pub mod client; + +#[cfg(not(target_arch = "wasm32"))] +pub mod overlay; + +#[cfg(not(target_arch = "wasm32"))] +pub mod server; -- cgit v1.2.3