mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
9291a56c9f
* [GLFW3] update to 3.3.6 * update version
17 lines
509 B
JSON
17 lines
509 B
JSON
{
|
|
"name": "glfw3",
|
|
"version-semver": "3.3.6",
|
|
"description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.",
|
|
"homepage": "https://github.com/glfw/glfw",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|