diff options
author | hnOsmium0001 <[email protected]> | 2022-04-25 22:17:42 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-25 22:17:42 -0700 |
commit | a0b6646bbd601bfeaf0106cb4c22958c53085cac (patch) | |
tree | d806d5a9135feed65ca4d7ac0972e6e8fa109d28 /.gitmodules | |
parent | e826894632f59c214c309d934843c49d73103612 (diff) |
Add tracy
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7fe5977..2f4d246 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "3rdparty/imguicolortextedit/source"] path = 3rdparty/imguicolortextedit/source url = https://github.com/BalazsJako/ImGuiColorTextEdit.git +[submodule "3rdparty/tracy/source"] + path = 3rdparty/tracy/tracy + url = https://github.com/wolfpld/tracy.git |