diff options
Diffstat (limited to 'vcpkg/ports/gl3w/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/gl3w/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/gl3w/vcpkg.json b/vcpkg/ports/gl3w/vcpkg.json new file mode 100644 index 0000000..dedfee6 --- /dev/null +++ b/vcpkg/ports/gl3w/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "gl3w", + "version-date": "2018-05-31", + "port-version": 5, + "description": "Simple OpenGL core profile loading", + "homepage": "https://github.com/skaslev/gl3w", + "dependencies": [ + "egl-registry", + "opengl-registry", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "ext": { + "description": "include the GL Extensions in output header" + } + } +} |