aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-06 22:54:28 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-06 22:54:28 +0100
commita6a1949914fb2074fb5fec9c75b075eac369541f (patch)
treea112f4ce0e88298c1d8a25c504d7a0478a0c39dc /games/rstnode/rst-client/Cargo.toml
parentcf9392a33bb99ae581f818d3ddb8be1231521a02 (diff)
rstnode: create small graphics example
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