diff options
Diffstat (limited to 'vcpkg/ports/nanogui/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nanogui/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/nanogui/vcpkg.json b/vcpkg/ports/nanogui/vcpkg.json new file mode 100644 index 0000000..174a4fa --- /dev/null +++ b/vcpkg/ports/nanogui/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "nanogui", + "version-date": "2019-09-23", + "port-version": 7, + "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" + } + } +} |