From 5adf37894523985efe60a00c023190b16e7a9965 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Mon, 23 Nov 2015 13:07:23 +0200 Subject: Added nimsl lib --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4802c99..c9536ff 100644 --- a/packages.json +++ b/packages.json @@ -3561,5 +3561,18 @@ "description": "Web-based playground for testing Nim code.", "license": "MIT", "web": "https://github.com/theduke/nim-playground" + }, + { + "name": "nimsl", + "url": "https://github.com/yglukhov/nimsl", + "method": "git", + "tags": [ + "shader", + "opengl", + "glsl" + ], + "description": "Shaders in Nim.", + "license": "MIT", + "web": "https://github.com/yglukhov/nimsl" } ] -- cgit v1.2.3