mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +08:00
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"
|
||
|
]
|
||
|
}
|