mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-10 03:17:56 +08:00
28 lines
479 B
JSON
28 lines
479 B
JSON
{
|
|
"name": "mygui",
|
|
"version": "3.4.1",
|
|
"port-version": 1,
|
|
"description": "Fast, flexible and simple GUI",
|
|
"homepage": "http://mygui.info",
|
|
"dependencies": [
|
|
"freetype",
|
|
"sdl2-image",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"opengl": {
|
|
"description": "Use OpenGL render system.",
|
|
"dependencies": [
|
|
"opengl"
|
|
]
|
|
}
|
|
}
|
|
}
|