From aa861958573794d6f28e650ab32a14eed35c6495 Mon Sep 17 00:00:00 2001 From: Leonardo Mariscal Date: Tue, 13 Mar 2018 16:13:10 -0500 Subject: [PATCH] Added package nimgl (#678) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]