diff options
Diffstat (limited to 'vcpkg/ports/mygui/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mygui/vcpkg.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/vcpkg/ports/mygui/vcpkg.json b/vcpkg/ports/mygui/vcpkg.json new file mode 100644 index 0000000..e0fcb4a --- /dev/null +++ b/vcpkg/ports/mygui/vcpkg.json @@ -0,0 +1,40 @@ +{ + "name": "mygui", + "version": "3.4.3", + "port-version": 4, + "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": { + "obsolete": { + "description": "Keep obsolete functions." + }, + "opengl": { + "description": "Use OpenGL render system.", + "supports": "!android", + "dependencies": [ + "opengl" + ] + }, + "plugins": { + "description": "Build MyGUI plugins." + }, + "tools": { + "description": "Install MyGUI tools.", + "supports": "!android" + } + } +} |