mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
e3c42b4418
* fixed 22434 * Clean baseline * update version * version * add supports field since the upstream doesn't support uwp * improve code * version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
29 lines
501 B
JSON
29 lines
501 B
JSON
{
|
|
"name": "mygui",
|
|
"version": "3.4.1",
|
|
"port-version": 2,
|
|
"description": "Fast, flexible and simple GUI",
|
|
"homepage": "http://mygui.info",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|