aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-11-23 12:38:08 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-11-23 12:38:08 +0000
commit310ea2ba08ee8bd02ad79cd6a66fc9ffd5830e34 (patch)
tree98a89e3c6b234115ae3fb3acfc405e2d9b81656d /packages.json
parent47e997786739ab5394b6f08d3690e204e8775657 (diff)
parent5adf37894523985efe60a00c023190b16e7a9965 (diff)
downloadpackages-310ea2ba08ee8bd02ad79cd6a66fc9ffd5830e34.tar.gz
packages-310ea2ba08ee8bd02ad79cd6a66fc9ffd5830e34.zip
Merge pull request #275 from yglukhov/patch-6
Added nimsl lib
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]