diff options
Diffstat (limited to 'renderer/Cargo.toml')
-rw-r--r-- | renderer/Cargo.toml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml deleted file mode 100644 index d78190d..0000000 --- a/renderer/Cargo.toml +++ /dev/null @@ -1,18 +0,0 @@ -[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" |