vcpkg/ports/glfw3/vcpkg.json
miyanyan e37492a0e5
[glfw3] update to 3.3.9 (#35667)
* [glfw3] update to 3.3.9

* [glfw3] update versions
2023-12-13 23:16:15 -08:00

27 lines
702 B
JSON

{
"name": "glfw3",
"version-semver": "3.3.9",
"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",
"license": "Zlib",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"wayland": {
"description": "Use Wayland display server",
"supports": "linux",
"dependencies": [
"wayland"
]
}
}
}