From 1406127825e30514dc13909c583895fd682c7107 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 7 Jul 2024 21:17:21 +0200 Subject: add bus map and tile entities --- server/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/lib.rs') diff --git a/server/src/lib.rs b/server/src/lib.rs index 890e5148..96fb954a 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -15,11 +15,11 @@ along with this program. If not, see . */ -#![feature(if_let_guard, map_many_mut, let_chains)] +#![feature(if_let_guard, map_many_mut, let_chains, iterator_try_collect)] pub mod customer; pub mod data; +pub mod entity; pub mod game; pub mod interaction; pub mod protocol; pub mod state; -pub mod entity; -- cgit v1.2.3-70-g09d2