blob: 174a4fae519d38641eaae1ff430db188ba869d8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"
}
}
}
|