diff options
| author | gmpreussner <github@gerke-preussner.de> | 2015-05-17 14:01:11 -0400 |
|---|---|---|
| committer | gmpreussner <github@gerke-preussner.de> | 2015-05-17 14:01:11 -0400 |
| commit | 320296ed12a03bb80acbdac953bcf31fc781b4d9 (patch) | |
| tree | e5932e4c075744d8adbae877532fab1294d85927 | |
| parent | c7f1161ea8fedfb0b7c9562be927692916976a41 (diff) | |
| download | packages-320296ed12a03bb80acbdac953bcf31fc781b4d9.tar.gz packages-320296ed12a03bb80acbdac953bcf31fc781b4d9.zip | |
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 0d892b2..18e66a3 100644 --- a/packages.json +++ b/packages.json @@ -1479,5 +1479,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" } ] |
