mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
5ed17f6b22
* [egl] Use vcpkg_fixup_pkgconfig * Mingw uses lower case filenames * Document what is wrapped * Do backup before modification * Windows EGL_LIBRARY is unofficial::angle::libEGL * Update versions
15 lines
429 B
JSON
15 lines
429 B
JSON
{
|
|
"name": "egl",
|
|
"version-date": "2022-12-04",
|
|
"description": "EGL is an interface between Khronos rendering APIs (such as OpenGL, OpenGL ES or OpenVG) and the underlying native platform windowing system.",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"$comment": "alternativly this can be supplied by mesa; angle translates to Direct 3D",
|
|
"name": "angle",
|
|
"platform": "windows"
|
|
},
|
|
"opengl"
|
|
]
|
|
}
|