vcpkg/ports/mygui/vcpkg.json
Leonid Pospelov c323ae9a97
[mygui] Update to 3.4.2 (#34006)
* .

* .

* fixwasm32

* v

* fix gl

* version

* fix-static

* versions
2023-09-28 23:25:29 -07:00

32 lines
566 B
JSON

{
"name": "mygui",
"version": "3.4.2",
"description": "Fast, flexible and simple GUI",
"homepage": "http://mygui.info",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"freetype",
"sdl2-image",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"opengl": {
"description": "Use OpenGL render system.",
"dependencies": [
"opengl"
]
},
"tools": {
"description": "Install MyGUI tools."
}
}
}