mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
959e4c61cd
* [glew] Fix the dependency * Update baseline version * Adress the review suggestions * Update the baseline revision
11 lines
292 B
JSON
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"
|
|
]
|
|
}
|