From 15f729f21b54213dec1d1df05971724990f1bbc1 Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Mon, 11 Aug 2014 13:51:09 -0400 Subject: [PATCH] added Phosphor --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]