vcpkg/ports/glew/vcpkg.json
Phoebe 959e4c61cd
[glew] Improve messages for system opengl dependency (#18672)
* [glew] Fix the dependency

* Update baseline version

* Adress the review suggestions

* Update the baseline revision
2021-07-07 09:26:06 -07:00

11 lines
292 B
JSON

{
"name": "glew",
"version-string": "2.1.0",
"port-version": 11,
"description": "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.",
"homepage": "https://github.com/nigels-com/glew",
"dependencies": [
"opengl"
]
}