From b634bad931f530ee0a207e1461ffc5e52ebb83e3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Jan 2026 17:16:03 +0100 Subject: compiles with tile stacks --- server/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/lib.rs') diff --git a/server/src/lib.rs b/server/src/lib.rs index e5b78644..c166e665 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -16,13 +16,13 @@ */ #![feature(if_let_guard, iterator_try_collect, stmt_expr_attributes, random)] +pub mod benchmark; pub mod commands; pub mod entity; pub mod network; pub mod scoreboard; pub mod server; pub mod state; -pub mod benchmark; use hurrycurry_protocol::glam::Vec2; use std::{fmt::Display, random::random}; -- cgit v1.3