From 1da51bc231d98516e57b18c1ead3175746366be4 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 12 Apr 2025 11:20:14 +0800 Subject: 修改作者所有权 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/Cargo.toml b/client/Cargo.toml index 5c23ff8..45f6abd 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "phantomlink-gamepad-client" -authors = [ "Weicao-CatilGrass" ] +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/Weicao-CatilGrass/PhantomLink-Gamepad" -repository = "https://github.com/Weicao-CatilGrass/PhantomLink-Gamepad" +homepage = "https://github.com/CatilGrass/PhantomLink-Gamepad" +repository = "https://github.com/CatilGrass/PhantomLink-Gamepad" readme = "../README.md" version = "0.1.0" -- cgit