vcpkg/ports/nanogui/vcpkg.json
Mengna Li 339a9f5e13
[nanogui] add glad support (#25169)
* add glad support

* use Glad in windows

* Fix glad linkage issue

* update

* add license

* format

* update license
2022-06-29 15:48:26 -07:00

25 lines
520 B
JSON

{
"name": "nanogui",
"version-date": "2019-09-23",
"port-version": 4,
"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"
}
}
}