mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:19:00 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "globjects",
|
|
"version": "1.1.0",
|
|
"port-version": 6,
|
|
"description": "C++ library strictly wrapping OpenGL objects",
|
|
"homepage": "https://github.com/cginternals/globjects",
|
|
"dependencies": [
|
|
"glbinding",
|
|
"glm",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|