aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
blob: 7b5155f8108c29cb0e3108164fc34075f6a5e825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "rst-node-client"
description = "RST Node game client"
version = "0.0.0"
edition = "2018"
license = "AGPL-3.0-or-later"
authors = ["Bread Machine", "Katharina Fey <kookie@spacekookie.de>"]

[dependencies]
rst-core = { path = "../rst-core" }

cairo-rs = { version="0.8.0", features=["v1_16", "png", "svg"] }
librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg.git", rev = "d34f570f" }
ggez = "0.6.0-rc0"
mint = "0.5" # Required because ggez is trash
svg = "0.9"

clap = "2.0"
tracing = "0.1"
tracing-subscriber = "0.2"
tempfile = "*"