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
5 changes: 3 additions & 2 deletions cmake/ports/tracy/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wolfpld/tracy
REF "v${VERSION}"
SHA512 18c0c589a1d97d0760958c8ab00ba2135bc602fd359d48445b5d8ed76e5b08742d818bb8f835b599149030f455e553a92db86fb7bae049b47820e4401cf9f935
REF 14a1a3227e046e7bee3abed406c7faab61de3620
SHA512 113b2dd35d75edeb1358514bf857bc694c048fb7b2604a22e8fcc7efa63d342a6c7cbf02162073d2ee8690821e0f80f95be6270416777645d9092d5508e76372
HEAD_REF master
PATCHES
build-tools.patch
Expand Down Expand Up @@ -33,6 +33,7 @@ vcpkg_cmake_configure(
OPTIONS
-DDOWNLOAD_CAPSTONE=OFF
-DLEGACY=ON
-DTRACY_ENABLE=ON
${FEATURE_OPTIONS}
OPTIONS_RELEASE
${TOOLS_OPTIONS}
Expand Down
2 changes: 1 addition & 1 deletion cmake/ports/tracy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tracy",
"version": "0.13.1",
"version-string": "0.13.3-14a1a322",
"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",
Expand Down
7 changes: 5 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"pystring",
"renderdoc",
"stb",
"tracy",
{
"name": "tracy",
"features": ["on-demand"]
},
"unordered-dense",
"xbyak"
],
Expand Down Expand Up @@ -55,7 +58,7 @@
},
{
"name": "tracy",
"version": "0.13.1"
"version-string": "0.13.3-14a1a322"
},
{
"name": "directx-headers",
Expand Down
Loading