update tracy to v0.13.1

This commit is contained in:
2026-03-12 20:15:37 +01:00
parent 3230d806f7
commit d7fc436549
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ endif()
if(NOT DISABLE_TRACY)
FetchContent_Declare(tracy
GIT_REPOSITORY https://github.com/wolfpld/tracy.git
GIT_TAG v0.11.1
GIT_TAG v0.13.1
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
)

View File

@ -291,7 +291,7 @@ rec {
boost
# Debugging/Testing/Profiling
tracy-wayland
tracy_0_13
backward-cpp
libbfd
catch2_3