vcpkg/ports/nanogui/vcpkg.json
Thomas1664 e034b9ffb4
[nanogui] Respect VCPKG_LIBRARY_LINKAGE on Linux (#26549)
* [nanogui] Respect VCPKG_LIBRARY_LINKAGE on Linux

* version
2022-08-29 13:28:42 -07:00

25 lines
520 B
JSON

{
"name": "nanogui",
"version-date": "2019-09-23",
"port-version": 5,
"description": "NanoGUI is a minimalistic cross-platform widget library for OpenGL 3.x or higher.",
"homepage": "https://github.com/wjakob/nanogui",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"eigen3",
"glad",
"glfw3",
"nanovg",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"example": {
"description": "Build NanoGUI example application"
}
}
}