blob: 59d95070f754c0bdd2b6fd475e08ba9cc80ea4f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"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"
]
}
|