This commit is contained in:
Asuro
2025-03-14 22:07:16 +01:00
parent f14add70b6
commit a3e22b7b05
8 changed files with 20 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -5,3 +5,4 @@
*.jpg filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text
*.blend filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text
*.pzl filter=lfs diff=lfs merge=lfs -text *.pzl filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text

3
.gitmodules vendored
View File

@@ -11,3 +11,6 @@
path = src/dependency/imgui path = src/dependency/imgui
url = https://github.com/ocornut/imgui url = https://github.com/ocornut/imgui
branch = docking branch = docking
[submodule "src/dependency/tracy"]
path = src/dependency/tracy
url = https://github.com/wolfpld/tracy

1
src/dependency/tracy Submodule

Submodule src/dependency/tracy added at 5d542dc09f

BIN
tools/tracy/tracy-capture.exe LFS Normal file

Binary file not shown.

BIN
tools/tracy/tracy-csvexport.exe LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
tools/tracy/tracy-profiler.exe LFS Normal file

Binary file not shown.

BIN
tools/tracy/tracy-update.exe LFS Normal file

Binary file not shown.