[tgui] Fix feature tool dependency (#18724)

* [tgui] Fix feature tool dependency

* update version record
This commit is contained in:
Jack·Boos·Yu 2021-07-02 01:20:48 +08:00 committed by GitHub
parent 8bb3f9e4a0
commit 70391309f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 3 deletions

View File

@ -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"
]
}
]
}
}
}

View File

@ -6150,7 +6150,7 @@
},
"tgui": {
"baseline": "2021-04-19",
"port-version": 1
"port-version": 2
},
"theia": {
"baseline": "0.8",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0fd517c4e738da62e959b791a6cdd952e7bd8345",
"version-date": "2021-04-19",
"port-version": 2
},
{
"git-tree": "354b5135bda4bcef9c5e7cbfeaff3d457b336e8c",
"version-date": "2021-04-19",