aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/tgui/vcpkg.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/ports/tgui/vcpkg.json b/ports/tgui/vcpkg.json
index 96fef2d09..387a20c90 100644
--- a/ports/tgui/vcpkg.json
+++ b/ports/tgui/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "tgui",
"version-date": "2021-04-19",
- "port-version": 1,
+ "port-version": 2,
"description": "TGUI is an easy to use, cross-platform, C++ GUI for SFML.",
"homepage": "https://tgui.eu",
"default-features": [
@@ -35,7 +35,16 @@
]
},
"tool": {
- "description": "Build GUI builder"
+ "description": "Build GUI builder",
+ "dependencies": [
+ {
+ "name": "tgui",
+ "features": [
+ "sdl2",
+ "sfml"
+ ]
+ }
+ ]
}
}
}