mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
9b81411aa2
* [glbinding] Fix CMake warnings * Use "version" instead of "version-string" * x-add-version * Restore the removed parameters * x-add-version
20 lines
416 B
JSON
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
|
|
}
|
|
]
|
|
}
|