mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:59:00 +08:00
ad0240d482
* Update glfw3 to 3.3.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
509 B
JSON
17 lines
509 B
JSON
{
|
|
"name": "glfw3",
|
|
"version-semver": "3.3.5",
|
|
"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
|
|
}
|
|
]
|
|
}
|