From faa725fad7c12c7fbd8c4bace6135ce7fcad46bb Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Thu, 19 Jun 2025 19:04:46 +0800 Subject: Update README.md --- .gitignore | 2 ++ .idea/NoGamepads.iml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bf13294..3d4ea2d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /documents/cargo_doc/ /nogamepads.yaml + +/README.assets/ diff --git a/.idea/NoGamepads.iml b/.idea/NoGamepads.iml index 07b0ecc..f8d6bb6 100644 --- a/.idea/NoGamepads.iml +++ b/.idea/NoGamepads.iml @@ -35,6 +35,7 @@ + -- cgit From c0a031db0b1ae64796ed8f5b86e8c0b7e2a32b49 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Thu, 19 Jun 2025 19:17:23 +0800 Subject: Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5baad5e..0c16a0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nogamepads" authors = [ "CatilGrass" ] description = "Connect everyone's phones to the game! A mobile device control solution for local multiplayer gaming, featuring an in-game interface, controller client, and support for universal devices." -license = "LGPL-2" +license = "MIT" homepage = "https://github.com/CatilGrass/NoGamepads" repository = "https://github.com/CatilGrass/NoGamepads" -- cgit