From 398027b443cfb331fee64cf351036ca45502ae1b Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Fri, 29 Jan 2021 11:16:03 +0100 Subject: rstnode: update dependencies and fixing game build --- games/rstnode/src/lib.rs | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'games/rstnode/src/lib.rs') diff --git a/games/rstnode/src/lib.rs b/games/rstnode/src/lib.rs index 94117ddbcffc..e063da34d8bf 100644 --- a/games/rstnode/src/lib.rs +++ b/games/rstnode/src/lib.rs @@ -1,21 +1,24 @@ #![allow(warnings)] +#[macro_use] +extern crate const_env; + mod _if; pub use _if::GameIf; pub mod data; pub mod gens; -mod _loop; -mod _match; -mod config; -mod io; -mod lobby; -mod map; -mod mapstore; -mod server; -mod stats; -mod users; -mod wire; +pub mod _loop; +pub mod _match; +pub mod config; +pub mod io; +pub mod lobby; +pub mod map; +pub mod mapstore; +pub mod server; +pub mod stats; +pub mod users; +pub mod wire; pub use identity::Identity as Id; -- cgit v1.2.3