diff options
| -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" |
