aboutsummaryrefslogtreecommitdiff
path: root/renderer/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'renderer/Cargo.toml')
-rw-r--r--renderer/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml
index 6ec23ca..d78190d 100644
--- a/renderer/Cargo.toml
+++ b/renderer/Cargo.toml
@@ -9,8 +9,8 @@ authors = [
license = "AGPL-3.0-only"
[dependencies]
-twclient = { path = "../client" }
-skia-safe = { version = "0.50.0", features = ["gl", "wayland"] }
+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"