diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 16:06:11 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-05-29 16:06:11 +0800 |
| commit | c9dbba0d288becb7f05cebe526be25c76e5a850a (patch) | |
| tree | d5a47ccfc439e91f6fd1bfac2712a67e16468e1e /client/Cargo.toml | |
| parent | d1c42b3f4036f101a7a6e46dcf2f065ed1d687f3 (diff) | |
增加客户端部分
Diffstat (limited to 'client/Cargo.toml')
| -rw-r--r-- | client/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml new file mode 100644 index 0000000..182f647 --- /dev/null +++ b/client/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "nogamepads-client" +edition = "2024" +version.workspace = true + +[dependencies] +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 |
