mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:13:50 +08:00
e034b9ffb4
* [nanogui] Respect VCPKG_LIBRARY_LINKAGE on Linux * version
25 lines
520 B
JSON
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"
|
|
}
|
|
}
|
|
}
|