zeek/auxil/vcpkg/ports/egl/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
]
}