aboutsummaryrefslogtreecommitdiff
path: root/server/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-01-10 17:16:03 +0100
committertpart <tpart120@proton.me>2026-02-26 20:48:35 +0100
commitb634bad931f530ee0a207e1461ffc5e52ebb83e3 (patch)
tree90a45e8c67e6a7c66e49c7409f0c37881eade96e /server/src/lib.rs
parent0ed9e8387a66b3af78412feea62fdc8b9804f793 (diff)
downloadhurrycurry-b634bad931f530ee0a207e1461ffc5e52ebb83e3.tar
hurrycurry-b634bad931f530ee0a207e1461ffc5e52ebb83e3.tar.bz2
hurrycurry-b634bad931f530ee0a207e1461ffc5e52ebb83e3.tar.zst
compiles with tile stacks
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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};