-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
45 lines (45 loc) · 1.24 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[submodule "ThirdParty/Bullet"]
path = ThirdParty/Bullet
url = https://github.com/bulletphysics/bullet3.git
ignore = dirty
[submodule "ThirdParty/Assimp"]
path = ThirdParty/Assimp
url = https://github.com/assimp/assimp
tag = v4.1.0
ignore = dirty
[submodule "ThirdParty/ImGui"]
path = ThirdParty/ImGui
url = https://github.com/ocornut/imgui
ignore = dirty
[submodule "ThirdParty/JSON"]
path = ThirdParty/JSON
url = https://github.com/nlohmann/json
ignore = dirty
[submodule "ThirdParty/Optick"]
path = ThirdParty/Optick
url = https://github.com/bombomby/optick
ignore = dirty
[submodule "ThirdParty/UltralightSDK"]
path = ThirdParty/UltralightSDK
url = https://github.com/wobbier/UltralightSDK
ignore = dirty
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/g-truc/glm
ignore = dirty
[submodule "ThirdParty/bx"]
path = ThirdParty/bx
url = https://github.com/bkaradzic/bx
ignore = dirty
[submodule "ThirdParty/bimg"]
path = ThirdParty/bimg
url = https://github.com/bkaradzic/bimg
ignore = dirty
[submodule "ThirdParty/bgfx"]
path = ThirdParty/bgfx
url = https://github.com/bkaradzic/bgfx
ignore = dirty
[submodule "ThirdParty/SDL"]
path = ThirdParty/SDL
url = https://github.com/libsdl-org/SDL
ignore = dirty