diff options
| author | Leonardo Mariscal <cavariux@gmail.com> | 2018-03-13 16:13:10 -0500 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-03-13 21:13:10 +0000 |
| commit | aa861958573794d6f28e650ab32a14eed35c6495 (patch) | |
| tree | e65705f5aa720cf553b4bba25c03bb0870e2c56d | |
| parent | e626f72d9139b5278f727582b0e37368f69c1236 (diff) | |
| download | packages-aa861958573794d6f28e650ab32a14eed35c6495.tar.gz packages-aa861958573794d6f28e650ab32a14eed35c6495.zip | |
Added package nimgl (#678)
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 545e523..fe36ff0 100644 --- a/packages.json +++ b/packages.json @@ -8637,5 +8637,21 @@ "description": "Develop SuperCollider UGens in Nim", "license": "MIT", "web": "https://github.com/capocasa/scnim" + }, + { + "name": "nimgl", + "url": "https://github.com/cavariux/nimgl", + "method": "git", + "tags": [ + "glfw", + "glew", + "math", + "opengl", + "bindings", + "gl" + ], + "description": "Nim Game Library", + "license": "MIT", + "web": "https://github.com/cavariux/nimgl" } ] |
