aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tgui/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/tgui/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/tgui/vcpkg.json')
-rw-r--r--vcpkg/ports/tgui/vcpkg.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/vcpkg/ports/tgui/vcpkg.json b/vcpkg/ports/tgui/vcpkg.json
new file mode 100644
index 0000000..a9ef88e
--- /dev/null
+++ b/vcpkg/ports/tgui/vcpkg.json
@@ -0,0 +1,67 @@
+{
+ "name": "tgui",
+ "version": "1.8.0",
+ "port-version": 2,
+ "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": {
+ "raylib": {
+ "description": "Build the RAYLIB backend",
+ "dependencies": [
+ "raylib"
+ ]
+ },
+ "sdl2": {
+ "description": "Build the SDL backend",
+ "dependencies": [
+ {
+ "name": "opengl",
+ "platform": "!android & !ios"
+ },
+ "sdl2",
+ "sdl2-ttf"
+ ]
+ },
+ "sdl3": {
+ "description": "Build the SDL3 backend",
+ "dependencies": [
+ {
+ "name": "opengl",
+ "platform": "!android & !ios"
+ },
+ "sdl3",
+ "sdl3-ttf"
+ ]
+ },
+ "sfml": {
+ "description": "Build the SFML backend",
+ "dependencies": [
+ {
+ "name": "sfml",
+ "default-features": false,
+ "features": [
+ "graphics"
+ ]
+ }
+ ]
+ },
+ "tool": {
+ "description": "Build GUI builder"
+ }
+ }
+}