[tracy] enable fibers feature (#37618)

This commit is contained in:
Jan Hrubý 2024-03-25 23:13:30 +01:00 committed by GitHub
parent 51bdc71366
commit 63e1c69199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 2 deletions

View File

@ -18,6 +18,7 @@ vcpkg_from_github(
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
on-demand TRACY_ON_DEMAND
fibers TRACY_FIBERS
INVERTED_FEATURES
crash-handler TRACY_NO_CRASH_HANDLER
)

View File

@ -1,7 +1,7 @@
{
"name": "tracy",
"version-semver": "0.10.0",
"port-version": 1,
"port-version": 2,
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
"homepage": "https://github.com/wolfpld/tracy",
"license": "BSD-3-Clause",
@ -45,6 +45,9 @@
"crash-handler": {
"description": "Enable crash handler"
},
"fibers": {
"description": "Enable fibers support"
},
"gui-tools": {
"description": "Build Tracy GUI tool: `profiler` (aka `Tracy` executable)",
"supports": "!(windows & x86)",

View File

@ -8742,7 +8742,7 @@
},
"tracy": {
"baseline": "0.10.0",
"port-version": 1
"port-version": 2
},
"transwarp": {
"baseline": "2.2.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6be8e3b56374cde0053ca09807520831c97f4441",
"version-semver": "0.10.0",
"port-version": 2
},
{
"git-tree": "a85cd6613805e9be8538768a8b03e5f04dabe490",
"version-semver": "0.10.0",