aboutsummaryrefslogtreecommitdiff
path: root/apps/client/Cargo.toml
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-13 19:20:06 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-13 19:20:06 +0800
commita210ab86ee43dea3b4d9d0f2af5750c5a4adf096 (patch)
tree7111a1c93d1f261d097ff0288c8b879db0830085 /apps/client/Cargo.toml
parent98dad6afa316b9a44ff76b305520339ddc44c789 (diff)
.
Diffstat (limited to 'apps/client/Cargo.toml')
-rw-r--r--apps/client/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/client/Cargo.toml b/apps/client/Cargo.toml
new file mode 100644
index 0000000..fe90d6b
--- /dev/null
+++ b/apps/client/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "nogamepads-client"
+edition = "2024"
+version.workspace = true
+
+[dependencies]
+nogamepads = { path = "../../../NoGamepads" }
+nogamepads-core = { path = "../../core" }
+
+serde = { version = "1.0.219", features = ["derive"] }
+quick-xml = { version = "0.37.5", features = ["serde", "serialize"] }
+bevy-tokio-tasks = "0.16.0"
+tokio = { version = "1.45.0", features = ["full"] }
+bevy = "0.16.0"
+