blob: 2f4d24675bb96db750965d82bcb104fbe7cbb3c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[submodule "3rdparty/glm/source"]
path = 3rdparty/glm/source
url = https://github.com/g-truc/glm.git
[submodule "3rdparty/imguizmo/source"]
path = 3rdparty/imguizmo/source
url = https://github.com/CedricGuillemet/ImGuizmo.git
[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
|