summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2020-04-13 12:03:44 +0200
committertroido <troido@protonmail.com>2020-04-13 12:03:44 +0200
commit88d3414f523d01a0109604103e6aeb8b68a7fa20 (patch)
treea102e4fa9d4b7acd164830295944e973aa4d6dac /src/main.rs
parent9bc90bcff5bec4fbb03a568f59e14b1b016e0e44 (diff)
grow is now also using build trigger/component
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3f2cc90..20e498d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -49,6 +49,7 @@ use self::{
template::Template,
encyclopedia::Encyclopedia,
timestamp::Timestamp,
+ componentwrapper::ComponentWrapper,
gameserver::GameServer,
server::Server,