vcpkg/ports/tgui/vcpkg.json
Jack·Boos·Yu c7f8a9db6b
[tgui] Fix usage and update to 0.9.1 (#17093)
* [tgui] Fix usage

* update version record

* update to 0.9.1

* update version record

* [tgui] Add feature sdl2 and sfml, fix dependencies

* add comment

* version

* fix gui-builder build

* Update versions/t-/tgui.json

* Update ports/tgui/vcpkg.json

* update manifest

* update to latest commit

* update version record

* Update versions/baseline.json
2021-05-17 23:24:46 -07:00

41 lines
791 B
JSON

{
"name": "tgui",
"version-date": "2021-04-19",
"description": "TGUI is an easy to use, cross-platform, C++ GUI for SFML.",
"homepage": "https://tgui.eu",
"default-features": [
"sdl2",
"sfml"
],
"features": {
"sdl2": {
"description": "build the SDL backend",
"dependencies": [
"sdl2",
"sdl2-ttf"
]
},
"sfml": {
"description": "build the SFML backend",
"dependencies": [
{
"name": "glad",
"features": [
"egl"
],
"platform": "!android & !ios"
},
{
"name": "opengl",
"platform": "android | ios"
},
"sfml",
"stb"
]
},
"tool": {
"description": "Build GUI builder"
}
}
}