aboutsummaryrefslogtreecommitdiff
path: root/renderer/Cargo.toml
blob: d78190dc744c716129c6e816e91eea50d715720c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "twrenderer"
version = "0.1.0"
edition = "2021"
authors = [
    "metamuffin <metamuffin@disroot.org>",
    "heinrich5991 <heinrich5991@gmail.com>",
]
license = "AGPL-3.0-only"

[dependencies]
twclient = { path = "../client", features = ["gamenet_ddnet_0_6"]}
skia-safe = { version = "0.52.0", features = ["gl", "wayland"] }
glutin = "0.28.0"
gl = "0.14.0"
log = "0.4.17"
env_logger = "0.9.0"
signal-hook = "0.3.14"