From 9ddb4d7786509bf5995bd5e254c611a05ea50eba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 20 Sep 2024 21:45:18 +0200 Subject: reg: move structs to protocol crate --- server/protocol/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'server/protocol/src/lib.rs') diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index bf7fc3d1..56ddc7a8 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -26,6 +26,7 @@ use std::{collections::HashSet, fmt::Display}; pub use glam; pub mod movement; +pub mod registry; pub const VERSION: (u32, u32) = (7, 0); -- cgit v1.2.3-70-g09d2