aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/src/main.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-07 21:12:22 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-07 21:12:22 +0100
commit0472f0fb50ffb945c83d662cd21b994562bee12d (patch)
tree58a5dfb1cc0d908c99ba50f5fdf8f7f0ebebd8b7 /games/rstnode/rst-client/src/main.rs
parent2d026c19ab9af91e316448bb74bfa27e0e295077 (diff)
rstnode: some client cleanups and better colour handling
Diffstat (limited to 'games/rstnode/rst-client/src/main.rs')
-rw-r--r--games/rstnode/rst-client/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/rstnode/rst-client/src/main.rs b/games/rstnode/rst-client/src/main.rs
index b86ee341075e..240f302c55df 100644
--- a/games/rstnode/rst-client/src/main.rs
+++ b/games/rstnode/rst-client/src/main.rs
@@ -5,6 +5,7 @@ extern crate tracing;
mod assets;
mod cli;
+mod color;
mod constants;
mod ctx;
mod error;