mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
1b92e9c2cb
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
20 lines
439 B
JSON
20 lines
439 B
JSON
{
|
|
"name": "glew",
|
|
"version": "2.2.0",
|
|
"port-version": 4,
|
|
"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",
|
|
"supports": "!android",
|
|
"dependencies": [
|
|
"opengl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|