diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-18 14:24:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 23:24:46 -0700 |
| commit | c7f8a9db6bd715d056046489dfa9408dc492f93b (patch) | |
| tree | 7ad3eae54e2a26772f2f4b71d824eee24325bf11 /versions | |
| parent | 968c5eba7b9f24806b27d59593c389598402bc69 (diff) | |
| download | vcpkg-c7f8a9db6bd715d056046489dfa9408dc492f93b.tar.gz vcpkg-c7f8a9db6bd715d056046489dfa9408dc492f93b.zip | |
[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
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tgui.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index b7673cc7d..08efb6ecf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5989,7 +5989,7 @@ "port-version": 0 }, "tgui": { - "baseline": "0.8.8", + "baseline": "2021-04-19", "port-version": 0 }, "theia": { diff --git a/versions/t-/tgui.json b/versions/t-/tgui.json index 505b34bda..dd30e98d2 100644 --- a/versions/t-/tgui.json +++ b/versions/t-/tgui.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bf02ffb145ee6449fd7479d72920c1e1ca9843c8", + "version-date": "2021-04-19", + "port-version": 0 + }, + { "git-tree": "5ea44912cb8584751e303f69d686e3126c028300", "version-string": "0.8.8", "port-version": 0 |
