aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Mariscal <cavariux@gmail.com>2018-03-13 16:13:10 -0500
committerDominik Picheta <dominikpicheta@googlemail.com>2018-03-13 21:13:10 +0000
commitaa861958573794d6f28e650ab32a14eed35c6495 (patch)
treee65705f5aa720cf553b4bba25c03bb0870e2c56d
parente626f72d9139b5278f727582b0e37368f69c1236 (diff)
downloadpackages-aa861958573794d6f28e650ab32a14eed35c6495.tar.gz
packages-aa861958573794d6f28e650ab32a14eed35c6495.zip
Added package nimgl (#678)
-rw-r--r--packages.json16
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"
}
]