mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 09:29:11 +08:00
14 lines
319 B
JSON
14 lines
319 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|