Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
]
}
]
}
}
}
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3539,8 +3539,8 @@
"libsigcpp-3": {
"baseline": "3.0.3",
"port-version": 1
},
"libsmb2": {
},
"libsmb2": {
"baseline": "2021-04-29",
"port-version": 0
},
Expand Down 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