mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:39:02 +08:00
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"name": "glew",
|
|
"version": "2.2.0",
|
|
"port-version": 3,
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|