diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/Cargo.lock | 14 | ||||
| -rw-r--r-- | client/Cargo.toml | 6 |
2 files changed, 10 insertions, 10 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" 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" |
