mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:39:06 +08:00
44 lines
799 B
JSON
44 lines
799 B
JSON
{
|
|
"name": "tgui",
|
|
"version": "0.9.5",
|
|
"description": "TGUI is an easy to use, cross-platform, C++ GUI for SFML.",
|
|
"homepage": "https://tgui.eu",
|
|
"license": "Zlib",
|
|
"dependencies": [
|
|
"stb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"sfml"
|
|
],
|
|
"features": {
|
|
"sdl2": {
|
|
"description": "Build the SDL backend",
|
|
"dependencies": [
|
|
{
|
|
"name": "opengl",
|
|
"platform": "!android & !ios"
|
|
},
|
|
"sdl2",
|
|
"sdl2-ttf"
|
|
]
|
|
},
|
|
"sfml": {
|
|
"description": "Build the SFML backend",
|
|
"dependencies": [
|
|
"sfml"
|
|
]
|
|
},
|
|
"tool": {
|
|
"description": "Build GUI builder"
|
|
}
|
|
}
|
|
}
|