diff options
| author | Isak Andersson <IcePapih@lavabit.com> | 2013-08-02 13:35:27 +0200 |
|---|---|---|
| committer | Isak Andersson <IcePapih@lavabit.com> | 2013-08-02 13:35:27 +0200 |
| commit | 6574e0af33721e9ff5e23862db92744819f53242 (patch) | |
| tree | 7e11b30376c9ad9804077c7495d72cc34899dde7 | |
| parent | d40139632cbc36946a7f4bb6a4bc3e742aced0c2 (diff) | |
| download | packages-6574e0af33721e9ff5e23862db92744819f53242.tar.gz packages-6574e0af33721e9ff5e23862db92744819f53242.zip | |
Add linagl to packages.json
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
