mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:11:49 +08:00
8a8eb71941
* bump glfw version and convert to json format. * update versions * Update ports/glfw3/vcpkg.json Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * update git refs Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
7 lines
356 B
JSON
7 lines
356 B
JSON
{
|
|
"name": "glfw3",
|
|
"version-semver": "3.3.3",
|
|
"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"
|
|
}
|