mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:51:18 +08:00
20 lines
362 B
JSON
20 lines
362 B
JSON
|
{
|
||
|
"name": "mygui",
|
||
|
"version-string": "2020-06-17",
|
||
|
"port-version": 1,
|
||
|
"description": "Fast, flexible and simple GUI",
|
||
|
"homepage": "http://mygui.info",
|
||
|
"dependencies": [
|
||
|
"freetype",
|
||
|
"sdl2-image"
|
||
|
],
|
||
|
"features": {
|
||
|
"opengl": {
|
||
|
"description": "Use OpenGL render system.",
|
||
|
"dependencies": [
|
||
|
"opengl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|