aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-02-07 00:47:06 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-02-07 00:47:06 +0100
commitf5b36ff6b99256030201c878608a07d163b4c802 (patch)
treeb07cb8c699d2e384de728df5ae1e0fdcd4a29f30 /games/rstnode/rst-client/Cargo.toml
parenta6a1949914fb2074fb5fec9c75b075eac369541f (diff)
rstnode: add basic node assets
Diffstat (limited to 'games/rstnode/rst-client/Cargo.toml')
-rw-r--r--games/rstnode/rst-client/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/rstnode/rst-client/Cargo.toml b/games/rstnode/rst-client/Cargo.toml
index eae6672cd51d..929f7550bbef 100644
--- a/games/rstnode/rst-client/Cargo.toml
+++ b/games/rstnode/rst-client/Cargo.toml
@@ -11,4 +11,6 @@ rst-core = { path = "../rst-core" }
clap = "2.0"
ggez = "0.6.0-rc0"
-mint = "0.5" # Required because ggez is trash \ No newline at end of file
+mint = "0.5" # Required because ggez is trash
+librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg.git", rev = "d34f570f" }
+cairo-rs = { version="0.8.0", features=["v1_16", "png", "svg"] } \ No newline at end of file