aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-client/Cargo.toml')
-rw-r--r--games/rstnode/rst-client/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/rstnode/rst-client/Cargo.toml b/games/rstnode/rst-client/Cargo.toml
index 7ebf7092d0a0..eae6672cd51d 100644
--- a/games/rstnode/rst-client/Cargo.toml
+++ b/games/rstnode/rst-client/Cargo.toml
@@ -8,4 +8,7 @@ authors = ["Bread Machine", "Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
rst-core = { path = "../rst-core" }
-ggez = "0.5" \ No newline at end of file
+
+clap = "2.0"
+ggez = "0.6.0-rc0"
+mint = "0.5" # Required because ggez is trash \ No newline at end of file