mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 13:38:59 +08:00
842c72898a
* [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>
33 lines
587 B
JSON
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."
|
|
}
|
|
}
|
|
}
|