We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba978c commit 8a690bdCopy full SHA for 8a690bd
Cargo.toml
@@ -2,6 +2,13 @@
2
name = "imgui-gilrs"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Gamepad navigation support for imgui"
6
+license = "MIT/Apache-2.0"
7
+keywords = ["gilrs", "imgui", "gamepad", "game controller"]
8
+readme = "README.md"
9
+homepage = "https://github.com/Calcoph/imgui-gilrs"
10
+repository = "https://github.com/Calcoph/imgui-gilrs"
11
+exclude = [".gitignore"]
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
0 commit comments