vcpkg/ports/glbinding/vcpkg.json
Cheney Wang 9b81411aa2
[glbinding] Fix CMake warnings (#27481)
* [glbinding] Fix CMake warnings

* Use "version" instead of "version-string"

* x-add-version

* Restore the removed parameters

* x-add-version
2022-10-27 19:28:07 -07:00

20 lines
416 B
JSON

{
"name": "glbinding",
"version": "3.1.0",
"port-version": 4,
"description": "glbinding is an MIT licensed, cross-platform C++ binding for the OpenGL API",
"homepage": "https://github.com/cginternals/glbinding",
"license": "MIT",
"dependencies": [
"egl-registry",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}