mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:23:57 +08:00
15 lines
429 B
JSON
15 lines
429 B
JSON
|
{
|
||
|
"name": "egl",
|
||
|
"version-date": "2022-09-20",
|
||
|
"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"
|
||
|
]
|
||
|
}
|