aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 67c7a08..940bea2 100644
--- a/packages.json
+++ b/packages.json
@@ -376,7 +376,15 @@
"license": "MIT",
"web": "https://github.com/nim-lang/tcl"
},
-
+ {
+ "name": "glm",
+ "url": "https://github.com/stavenko/nim-glm",
+ "method": "git",
+ "tags": ["opengl", "math", "matrix", "vector", "glsl"],
+ "description": "Port of c++ glm library with shader-like syntax",
+ "license": "MIT",
+ "web": "https://github.com/stavenko/nim-glm"
+ },
{
"name": "python",
"url": "git://github.com/nim-lang/python",