diff options
| author | Zachary Carter <carterza@gmail.com> | 2018-12-01 14:27:06 -0500 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-01 20:27:06 +0100 |
| commit | 788bcf6211843daafb09c30597bf30ae6a07f3c5 (patch) | |
| tree | a611ac310cecf89984ee5bbb3c7552c274ced9e5 | |
| parent | 123992332eb4084673018fc2ee439551d5a949d7 (diff) | |
| download | packages-788bcf6211843daafb09c30597bf30ae6a07f3c5.tar.gz packages-788bcf6211843daafb09c30597bf30ae6a07f3c5.zip | |
Added package nimgui (#951)
| -rw-r--r-- | packages.json | 13 |
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" } ] |
