diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-11 18:55:12 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-08-11 18:55:12 +0100 |
| commit | 76bf05fc5bbae369e068220861b49b56c63a6d75 (patch) | |
| tree | c33a19e2ab6247261e0863b86be7850c26b58889 | |
| parent | 2ea1994e02573201a106e1384d4c11a9f122da4e (diff) | |
| parent | 15f729f21b54213dec1d1df05971724990f1bbc1 (diff) | |
| download | packages-76bf05fc5bbae369e068220861b49b56c63a6d75.tar.gz packages-76bf05fc5bbae369e068220861b49b56c63a6d75.zip | |
Merge pull request #80 from barcharcraz/master
added Phosphor
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 69b1114..80784ff 100644 --- a/packages.json +++ b/packages.json @@ -876,5 +876,14 @@ "description": "Simple reST HTML generation with some extras.", "license": "MIT", "web": "https://github.com/gradha/lazy_rest" + }, + { + "name": "Phosphor", + "url": "git://github.com/barcharcraz/Phosphor", + "method": "git", + "tags": ["library", "opengl", "graphics"], + "description": "eaiser use of OpenGL and GLSL shaders", + "license": "MIT", + "web": "https://github.com/barcharcraz/Phosphor" } ] |
