diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-09 10:27:37 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-09 10:27:37 +0800 |
| commit | a75ee4f12e78b880f6d008a5e72d70b0c7f997b4 (patch) | |
| tree | 8cbbeea48999c603174163add22d2f3b71a9c421 /client/Cargo.toml | |
| parent | 9f8823ca9c9b9e7696eca56fab4b7765357c2730 (diff) | |
重写客户端代码
Diffstat (limited to 'client/Cargo.toml')
| -rw-r--r-- | client/Cargo.toml | 4 |
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" + |
