vcpkg/ports/glfw3/vcpkg.json
jim wang 4cac260c4b
[glfw3] Fix the name of the dynamic library under win in the pc file (#33991)
* Generate Imath.pc

* update version

* add dependency imath minizip-ng

* updata version

* update version

* Fix the name of the dynamic library under win in the pc file

* update version

* Fix the name of the dynamic library under win in the pc file

* update version
2023-11-29 01:36:07 -08:00

28 lines
723 B
JSON

{
"name": "glfw3",
"version-semver": "3.3.8",
"port-version": 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",
"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"
]
}
}
}