mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[tracy] enable fibers feature (#37618)
This commit is contained in:
parent
51bdc71366
commit
63e1c69199
@ -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
|
||||
)
|
||||
|
@ -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)",
|
||||
|
@ -8742,7 +8742,7 @@
|
||||
},
|
||||
"tracy": {
|
||||
"baseline": "0.10.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"transwarp": {
|
||||
"baseline": "2.2.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6be8e3b56374cde0053ca09807520831c97f4441",
|
||||
"version-semver": "0.10.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "a85cd6613805e9be8538768a8b03e5f04dabe490",
|
||||
"version-semver": "0.10.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user