From aae3eb88de3f159351849ba8697ffe60aa1cb8fe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 29 Apr 2022 08:38:49 -0700 Subject: [PATCH] vendor: add tracy v0.7.8 --- .gitmodules | 3 +++ vendor/tracy | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/tracy diff --git a/.gitmodules b/.gitmodules index 1669c4200..ea1fd9835 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vendor/libuv"] path = vendor/libuv url = https://github.com/libuv/libuv.git +[submodule "vendor/tracy"] + path = vendor/tracy + url = https://github.com/wolfpld/tracy.git diff --git a/vendor/tracy b/vendor/tracy new file mode 160000 index 000000000..07778badc --- /dev/null +++ b/vendor/tracy @@ -0,0 +1 @@ +Subproject commit 07778badcced109b8190805fbf2d7abfaef0d3b9