diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-17 19:42:19 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-17 19:42:19 +0100 |
| commit | 38d961c073fb1dc03cd8bcf9d4528a849bbe9207 (patch) | |
| tree | 9c4ee192c122c45c848a824532247b1e7a98f152 | |
| parent | 265bf2e687f537b41f0147201d05ecf8c1aba6d5 (diff) | |
| parent | 320296ed12a03bb80acbdac953bcf31fc781b4d9 (diff) | |
| download | packages-38d961c073fb1dc03cd8bcf9d4528a849bbe9207.tar.gz packages-38d961c073fb1dc03cd8bcf9d4528a849bbe9207.zip | |
Merge pull request #161 from gmpreussner/master
Added io-egl and io-gles.
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5b3e68b..06e68e4 100644 --- a/packages.json +++ b/packages.json @@ -1469,5 +1469,23 @@ "decription": "A simple library for Google Maps Geocoding API", "license": "MIT", "web": "https://github.com/saratchandra92/nim-geocoding" + }, + { + "name": "io-gles", + "url": "git://github.com/nimious/io-gles.git", + "method": "git", + "tags": ["binding", "khronos", "gles", "opengl es"], + "description": "Bindings for OpenGL ES, the embedded 3D graphics library.", + "license": "MIT", + "web": "https://github.com/nimious/io-gles" + }, + { + "name": "io-egl", + "url": "git://github.com/nimious/io-egl.git", + "method": "git", + "tags": ["binding", "khronos", "egl", "opengl", "opengl es", "openvg"], + "description": "Bindings for EGL, the native platform interface for rendering APIs.", + "license": "MIT", + "web": "https://github.com/nimious/io-egl" } ] |
