diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-08-02 07:00:57 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2013-08-02 07:00:57 -0700 |
| commit | f1f9de663f2036c439063192185505703c29954e (patch) | |
| tree | 16347ddbf26c5b0e78ab3d5070451f203981d1f2 | |
| parent | d40139632cbc36946a7f4bb6a4bc3e742aced0c2 (diff) | |
| parent | 394d26070193ce3a252ac8ec0e4e6ffa12e0aaa2 (diff) | |
| download | packages-f1f9de663f2036c439063192185505703c29954e.tar.gz packages-f1f9de663f2036c439063192185505703c29954e.zip | |
Merge pull request #22 from BitPuffin/patch-1
Add linagl to packages.json
| -rw-r--r-- | packages.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 222e275..6874161 100644 --- a/packages.json +++ b/packages.json @@ -141,6 +141,14 @@ "tags": ["library", "terminal", "io"], "description": "Termbox wrapper.", "license": "MIT" + }, + + { + "name": "linagl", + "url": "https://bitbucket.org/TheLonelyByte/linagl", + "method": "hg", + "tags": ["library", "opengl", "math", "game"], + "description": "OpenGL math library", + "license": "CC0" } ] - |
