mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 15:33:03 +08:00
ce70fb4f1c
* [mesa] supports: !staticcrt * [mesa] Install copyright from license.rst * [mesa] Revise internal dependencies * [mesa] Revise external dependencies * [mesa] Move windows opengl32 lib to manual-link * [opengl] Fix case of include names * [opengl] Refactor for simplicity and mingw support * [opengl] Stop copying out of windows SDK [skip actions] * Update versions * Revert "[opengl] Stop copying out of windows SDK" * [mesa] Align with port opengl
10 lines
298 B
JSON
10 lines
298 B
JSON
{
|
|
"name": "opengl",
|
|
"version-date": "2022-12-04",
|
|
"description": "Open Graphics Library (OpenGL)[3][4][5] is a cross-language, cross-platform application programming interface (API) for rendering 2D and 3D vector graphics.",
|
|
"license": null,
|
|
"dependencies": [
|
|
"opengl-registry"
|
|
]
|
|
}
|