aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.idea/NoGamepads.iml1
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 1 deletions
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 @@
<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" />
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"