diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-25 12:48:23 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-07-25 12:48:23 +0100 |
| commit | 757329fac7d21bf5fc96a3be49225b06e279c189 (patch) | |
| tree | 981d1c38679ad6592d460ae8fdea0c324734c65c | |
| parent | b64b43e3db2a60fb2ae2a77d645814cf7cc6d7c4 (diff) | |
| parent | db0c9d3a2e8d3f6e35450a2a3c276907fff383a4 (diff) | |
| download | packages-757329fac7d21bf5fc96a3be49225b06e279c189.tar.gz packages-757329fac7d21bf5fc96a3be49225b06e279c189.zip | |
Merge pull request #214 from stavenko/master
Add https://github.com/stavenko/nim-glm/
| -rw-r--r-- | packages.json | 10 |
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", |
