diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-14 01:49:04 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-14 01:49:04 +0800 |
| commit | c866b0da8548712c729c73b868a8ebd61821ce14 (patch) | |
| tree | 43d07dfdd79400e6672af0328cc90f75d5513c31 /client/Cargo.lock | |
| parent | 3f63992642309d3ad9691d98e0c3deee06800c09 (diff) | |
修改了项目名,从 PhantomLink-Gamepad 修改到了 ThereIsNoPads,这是我洗澡的时候灵机一动想出来的
Diffstat (limited to 'client/Cargo.lock')
| -rw-r--r-- | client/Cargo.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client/Cargo.lock b/client/Cargo.lock index a8faf86..8fc22bf 100644 --- a/client/Cargo.lock +++ b/client/Cargo.lock @@ -3211,13 +3211,6 @@ dependencies = [ ] [[package]] -name = "phantomlink-gamepad-client" -version = "0.1.0" -dependencies = [ - "bevy", -] - -[[package]] name = "pin-project" version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3862,6 +3855,13 @@ dependencies = [ ] [[package]] +name = "there-is-nopads-client" +version = "0.1.0" +dependencies = [ + "bevy", +] + +[[package]] name = "thiserror" version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" |
