aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index 182f647..ba6cb01 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -4,8 +4,10 @@ edition = "2024"
version.workspace = true
[dependencies]
+nogamepads = { path = "../../NoGamepads" }
nogamepads-core = { path = "../core" }
bevy-tokio-tasks = "0.16.0"
tokio = { version = "1.45.0", features = ["full"] }
-bevy = "0.16.0" \ No newline at end of file
+bevy = "0.16.0"
+