aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1186987..75f741f 100644
--- a/packages.json
+++ b/packages.json
@@ -11757,5 +11757,18 @@
"description": "A very simple vector library",
"license": "MIT",
"web": "https://github.com/dom96/vec"
+ },
+ {
+ "name": "nimgui",
+ "url": "https://github.com/zacharycarter/nimgui",
+ "method": "git",
+ "tags": [
+ "imgui",
+ "gui",
+ "game"
+ ],
+ "description": "bindings to cimgui - https://github.com/cimgui/cimgui",
+ "license": "MIT",
+ "web": "https://github.com/zacharycarter/nimgui"
}
]