My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/games/rstnode/rst-client/Cargo.toml

25 lines
739 B

[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" }
# async-quic = { path = "../async-quic" }
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-rc1"
mint = "0.5" # Required because ggez is trash
svg = "0.9"
async-trait = "0.1"
async-std = { version = "1.0", features = ["unstable", "attributes"] }
chrono = { version = "0.4", features = ["serde"] }
clap = "2.0"
tempfile = "*"
tracing = "0.1"
tracing-subscriber = "0.2"