diff options
| author | Weicao Mao <1992414357@qq.com> | 2025-06-19 20:14:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 20:14:40 +0800 |
| commit | 873363a982d877c22179bfe668eb07ab435ec2a3 (patch) | |
| tree | f70293134f790a05b3af4e8954d6acc6f1a08c91 | |
| parent | 2966cf01b8e08c0e7d039ad3d299444ccb89e771 (diff) | |
| parent | c0a031db0b1ae64796ed8f5b86e8c0b7e2a32b49 (diff) | |
Merge pull request #10 from CatilGrass/documents
Documents
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .idea/NoGamepads.iml | 1 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -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 @@ <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/csharp/NoGamepads_CharpBindings/NoGamepads_Core/obj" /> <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/csharp/NoGamepads_CharpBindings/NoGamepads_Example/bin" /> <excludeFolder url="file://$MODULE_DIR$/core/bindings/lang/csharp/NoGamepads_CharpBindings/NoGamepads_Example/obj" /> + <excludeFolder url="file://$MODULE_DIR$/README.assets" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> @@ -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" |
