blob: c4c7b43254aae14e140616ccdafe889807d44d99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "nanogui",
"version-string": "2019-09-23",
"port-version": 2,
"description": "NanoGUI is a minimalistic cross-platform widget library for OpenGL 3.x or higher.",
"homepage": "https://github.com/wjakob/nanogui",
"supports": "!uwp",
"dependencies": [
"eigen3",
"glfw3",
"nanovg"
]
}
|