From 6574e0af33721e9ff5e23862db92744819f53242 Mon Sep 17 00:00:00 2001 From: Isak Andersson Date: Fri, 2 Aug 2013 13:35:27 +0200 Subject: [PATCH 1/2] 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" } ] From 394d26070193ce3a252ac8ec0e4e6ffa12e0aaa2 Mon Sep 17 00:00:00 2001 From: Isak Andersson Date: Fri, 2 Aug 2013 15:58:16 +0200 Subject: [PATCH 2/2] Update linagl link --- packages.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 8e2b396..6874161 100644 --- a/packages.json +++ b/packages.json @@ -145,11 +145,10 @@ { "name": "linagl", - "url": "ssh://hg@bitbucket.org/TheLonelyByte/linagl", + "url": "https://bitbucket.org/TheLonelyByte/linagl", "method": "hg", "tags": ["library", "opengl", "math", "game"], "description": "OpenGL math library", "license": "CC0" } ] -