Skip to content

Commit 8a690bd

Browse files
committed
add package metadata
1 parent 2ba978c commit 8a690bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "imgui-gilrs"
33
version = "0.1.0"
44
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"]
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

0 commit comments

Comments
 (0)