mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:09:00 +08:00
42ef1e94f0
* [gl3w] use khrplatform.h from the egl-registry port The file was changed yesterday, invalidating the hash: KhronosGroup/EGL-Registry@57b4876de0. * [gl3w] migrate to new functions from vcpkg-cmake{,-config} * [gl3w] bump port version
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"name": "gl3w",
|
|
"version-date": "2018-05-31",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|