summaryrefslogtreecommitdiff
path: root/src/common.rs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-16 22:55:43 -0500
committerLLLL Colonq <llll@colonq>2025-02-16 22:55:43 -0500
commit4d0a8140130ebd0f46744b86eeb2a708657a942e (patch)
tree6b1a11e07173c769d0f3522c2f6088409b69332d /src/common.rs
parent33d69b282e082acce3c5d36cc08cd99a7ccf738d (diff)
Switch to workspace
Diffstat (limited to 'src/common.rs')
-rw-r--r--src/common.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common.rs b/src/common.rs
deleted file mode 100644
index 3599211..0000000
--- a/src/common.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#[cfg(target_arch = "wasm32")]
-pub mod client;
-
-#[cfg(not(target_arch = "wasm32"))]
-pub mod overlay;
-
-#[cfg(not(target_arch = "wasm32"))]
-pub mod server;