vcpkg/ports/glfw3/vcpkg.json
Charlie Barto 8a8eb71941
[glfw3] Update to version 3.3.3 (#16892)
* 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>
2021-03-29 09:23:14 -07:00

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"
}