vcpkg/ports/egl/vcpkg.json
Kai Pastor 5ed17f6b22
[egl] Revise wrapper and pkgconfig files for windows (#28174)
* [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
2022-12-13 16:27:58 -08:00

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"
]
}