From 6574e0af33721e9ff5e23862db92744819f53242 Mon Sep 17 00:00:00 2001 From: Isak Andersson Date: Fri, 2 Aug 2013 13:35:27 +0200 Subject: [PATCH] Add linagl to packages.json --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 222e275..8e2b396 100644 --- a/packages.json +++ b/packages.json @@ -141,6 +141,15 @@ "tags": ["library", "terminal", "io"], "description": "Termbox wrapper.", "license": "MIT" + }, + + { + "name": "linagl", + "url": "ssh://hg@bitbucket.org/TheLonelyByte/linagl", + "method": "hg", + "tags": ["library", "opengl", "math", "game"], + "description": "OpenGL math library", + "license": "CC0" } ]