Skip to content

Commit

Permalink
[tgui] Fix feature tool dependency (#18724)
Browse files Browse the repository at this point in the history
* [tgui] Fix feature tool dependency

* update version record
  • Loading branch information
JackBoosY committed Jul 1, 2021
1 parent 8bb3f9e commit 7039130
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 11 additions & 2 deletions ports/tgui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -35,7 +35,16 @@
]
},
"tool": {
"description": "Build GUI builder"
"description": "Build GUI builder",
"dependencies": [
{
"name": "tgui",
"features": [
"sdl2",
"sfml"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6150,7 +6150,7 @@
},
"tgui": {
"baseline": "2021-04-19",
"port-version": 1
"port-version": 2
},
"theia": {
"baseline": "0.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tgui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0fd517c4e738da62e959b791a6cdd952e7bd8345",
"version-date": "2021-04-19",
"port-version": 2
},
{
"git-tree": "354b5135bda4bcef9c5e7cbfeaff3d457b336e8c",
"version-date": "2021-04-19",
Expand Down

0 comments on commit 7039130

Please sign in to comment.