summaryrefslogtreecommitdiff
path: root/client/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-19 16:44:06 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-19 16:44:06 +0100
commit2d6f319dfccf6339ed1a3bbfb003b8b2dde82383 (patch)
tree4229b75a26d6e02d1eb15c84096c7020875e650e /client/src/main.rs
parent2c737d660cab38fdf4ff3e940395df396a75f959 (diff)
downloadweareserver-2d6f319dfccf6339ed1a3bbfb003b8b2dde82383.tar
weareserver-2d6f319dfccf6339ed1a3bbfb003b8b2dde82383.tar.bz2
weareserver-2d6f319dfccf6339ed1a3bbfb003b8b2dde82383.tar.zst
client: normal maps
Diffstat (limited to 'client/src/main.rs')
-rw-r--r--client/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/main.rs b/client/src/main.rs
index a1213d1..cd77266 100644
--- a/client/src/main.rs
+++ b/client/src/main.rs
@@ -29,6 +29,7 @@ pub mod ui;
pub mod window;
pub mod audio;
pub mod interfaces;
+pub mod meshops;
use anyhow::Result;
use clap::Parser;