diff options
| author | Tri Tran <lepnit205@gmail.com> | 2019-03-08 19:51:27 -0600 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-08 17:51:27 -0800 |
| commit | 9b4bf67701fed2bebd8d3a7ca383943c0557d46e (patch) | |
| tree | d1ac7f5c75fa28b85dd925c4fb86951b50d6786e /ports/tgui/CONTROL | |
| parent | e16cf98a5bfe99ab1fc1b736ff54e546d5bfb1d2 (diff) | |
| download | vcpkg-9b4bf67701fed2bebd8d3a7ca383943c0557d46e.tar.gz vcpkg-9b4bf67701fed2bebd8d3a7ca383943c0557d46e.zip | |
[tgui] Add gui-builder in tool feature (#5603)
* [tgui] Add gui-builder in tool feature
* [tgui] Fix path issue on MacOS
* [tgui] Fix extension for Windows and not-Windows
Diffstat (limited to 'ports/tgui/CONTROL')
| -rw-r--r-- | ports/tgui/CONTROL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/tgui/CONTROL b/ports/tgui/CONTROL index 521a36c48..b69819c8d 100644 --- a/ports/tgui/CONTROL +++ b/ports/tgui/CONTROL @@ -1,4 +1,7 @@ Source: tgui
-Version: 0.8.4-1
-Description: TGUI is an easy to use, cross-platform, c++ GUI for SFML.
+Version: 0.8.4-2
+Description: TGUI is an easy to use, cross-platform, C++ GUI for SFML.
Build-Depends: sfml
+
+Feature: tool
+Description: Build GUI builder
|
