aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pixel-client/Cargo.toml')
-rw-r--r--pixel-client/Cargo.toml26
1 files changed, 0 insertions, 26 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml
deleted file mode 100644
index 4d057627..00000000
--- a/pixel-client/Cargo.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-[package]
-name = "pixelcurry"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-sdl2 = { version = "0.38.0", features = ["gfx", "ttf", "mixer"] }
-hurrycurry-protocol = { path = "../server/protocol" }
-hurrycurry-client-lib = { path = "../server/client-lib", default-features = false, features = [
- "sync-network",
-] }
-tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots"] }
-serde_json = "1.0.145"
-log = "0.4.28"
-env_logger = "0.11.8"
-anyhow = "1.0.99"
-clap = { version = "4.5.47", features = ["derive"] }
-rustls = { version = "0.23.31", features = ["ring"] }
-rand = "0.9.2"
-xdg = "3.0.0"
-toml = "0.9.6"
-serde = { version = "1.0.225", features = ["derive"] }
-users = "0.11.0"
-
-[features]
-bundle_sdl2 = ["sdl2/bundled"]