diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 11:20:14 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 11:39:52 +0800 |
| commit | 1da51bc231d98516e57b18c1ead3175746366be4 (patch) | |
| tree | 8e3bcd388a4e098ba97bbed2154d3722f6913508 /core | |
| parent | 6545c666a4630b04e54cb4abf4c8bf2045be7aa9 (diff) | |
修改作者所有权
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 6 | ||||
| -rw-r--r-- | core/server_test/Cargo.toml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 1746c8e..7d0295f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "phantomlink-gamepad-core" -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" diff --git a/core/server_test/Cargo.toml b/core/server_test/Cargo.toml index 75dc6c8..192aac9 100644 --- a/core/server_test/Cargo.toml +++ b/core/server_test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantomlink-server-test" -authors = [ "Weicao-CatilGrass" ] +authors = [ "CatilGrass" ] version = "0.1.0" edition = "2024" |
