diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-13 14:59:55 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-13 14:59:55 +0200 |
commit | 1247f46149cbb3a21590573fdcef23e920d0addc (patch) | |
tree | 7d784499f48ea533d1fa7fb3e91df23fa14f2c6f /renderer/Cargo.toml | |
parent | e3a4790893b5d5f9cf8fbc44ececd65711d572cb (diff) | |
download | twclient-1247f46149cbb3a21590573fdcef23e920d0addc.tar twclient-1247f46149cbb3a21590573fdcef23e920d0addc.tar.bz2 twclient-1247f46149cbb3a21590573fdcef23e920d0addc.tar.zst |
…
Diffstat (limited to 'renderer/Cargo.toml')
-rw-r--r-- | renderer/Cargo.toml | 4 |
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" |