2021-07-08 00:26:06 +08:00
|
|
|
{
|
|
|
|
"name": "glew",
|
2023-04-13 18:13:15 +02:00
|
|
|
"version": "2.2.0",
|
2024-10-23 05:57:24 +00:00
|
|
|
"port-version": 4,
|
2021-07-08 00:26:06 +08:00
|
|
|
"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",
|
2024-10-23 05:57:24 +00:00
|
|
|
"supports": "!android",
|
2021-07-08 00:26:06 +08:00
|
|
|
"dependencies": [
|
2021-09-08 22:56:56 +08:00
|
|
|
"opengl",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-07-08 00:26:06 +08:00
|
|
|
]
|
|
|
|
}
|