13 lines
317 B
JSON
Executable file
13 lines
317 B
JSON
Executable file
{
|
|
"name": "nanogui",
|
|
"version-date": "2019-09-23",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|