vcpkg/ports/mygui/vcpkg.json
Cheney Wang 842c72898a
[mygui] Add feature tools (#25228)
* [mygui] Add feature tools

* x-add-version

* Test tools on CI

* overwrite-version

* Add the part of install tools to source's cmakefile

* x-add-version --overwrite-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-06-16 15:23:28 -07:00

33 lines
587 B
JSON

{
"name": "mygui",
"version": "3.4.1",
"port-version": 3,
"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."
}
}
}