diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-19 16:44:06 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-19 16:44:06 +0100 |
commit | 2d6f319dfccf6339ed1a3bbfb003b8b2dde82383 (patch) | |
tree | 4229b75a26d6e02d1eb15c84096c7020875e650e /client/src/main.rs | |
parent | 2c737d660cab38fdf4ff3e940395df396a75f959 (diff) | |
download | weareserver-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.rs | 1 |
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; |