From c866b0da8548712c729c73b868a8ebd61821ce14 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 14 Apr 2025 01:49:04 +0800 Subject: 修改了项目名,从 PhantomLink-Gamepad 修改到了 ThereIsNoPads,这是我洗澡的时候灵机一动想出来的 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/Cargo.lock | 14 +++++++------- client/Cargo.toml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'client') diff --git a/client/Cargo.lock b/client/Cargo.lock index a8faf86..8fc22bf 100644 --- a/client/Cargo.lock +++ b/client/Cargo.lock @@ -3210,13 +3210,6 @@ dependencies = [ "serde_derive", ] -[[package]] -name = "phantomlink-gamepad-client" -version = "0.1.0" -dependencies = [ - "bevy", -] - [[package]] name = "pin-project" version = "1.1.10" @@ -3861,6 +3854,13 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "there-is-nopads-client" +version = "0.1.0" +dependencies = [ + "bevy", +] + [[package]] name = "thiserror" version = "1.0.69" diff --git a/client/Cargo.toml b/client/Cargo.toml index 45f6abd..e121e3c 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "phantomlink-gamepad-client" +name = "there-is-nopads-client" authors = [ "CatilGrass" ] description = "A mobile device control solution for local multiplayer gaming, featuring an in-game interface, controller client, and support for universal devices." -homepage = "https://github.com/CatilGrass/PhantomLink-Gamepad" -repository = "https://github.com/CatilGrass/PhantomLink-Gamepad" +homepage = "https://github.com/CatilGrass/ThereIsNoPads" +repository = "https://github.com/CatilGrass/ThereIsNoPads" readme = "../README.md" version = "0.1.0" -- cgit