mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:51:36 +08:00
307ac18b08
* [glm] Add namespace to export target * update version record * [globjects] Fix dependency glm * update version record
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"name": "globjects",
|
|
"version-string": "1.1.0",
|
|
"port-version": 4,
|
|
"description": "C++ library strictly wrapping OpenGL objects",
|
|
"homepage": "https://github.com/cginternals/globjects",
|
|
"dependencies": [
|
|
"glbinding",
|
|
"glm"
|
|
]
|
|
}
|