This repository was archived by the owner on Feb 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
44 lines (43 loc) · 1.69 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
[submodule "packages/zlib"]
path = Simulation/third_party/packages/zlib
url = https://github.com/madler/zlib.git
[submodule "packages/glfw"]
path = Simulation/third_party/packages/glfw
url = https://github.com/glfw/glfw.git
branch = latest
[submodule "packages/libjpeg-turbo"]
path = Simulation/third_party/packages/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
branch = 1.4.x
[submodule "packages/libpng"]
path = Simulation/third_party/packages/libpng
url = https://github.com/glennrp/libpng.git
branch = libpng16
[submodule "packages/tinyobjloader"]
path = Simulation/third_party/packages/tinyobjloader
url = https://github.com/syoyo/tinyobjloader.git
[submodule "packages/imgui"]
path = Simulation/third_party/packages/imgui
url = https://github.com/ocornut/imgui.git
[submodule "packages/glm"]
path = Simulation/third_party/packages/glm
url = https://github.com/g-truc/glm.git
branch = 0.9.7
[submodule "packages/freetype2"]
path = Simulation/third_party/packages/freetype2
url = http://git.savannah.gnu.org/r/freetype/freetype2.git
[submodule "packages/libtga"]
path = Simulation/third_party/packages/libtga
url = https://github.com/tommylutz/libtga
[submodule "packages/eigen"]
path = Simulation/third_party/packages/eigen
url = https://github.com/RLovelett/eigen.git
[submodule "manual_packages/kalman"]
path = Simulation/third_party/manual_packages/kalman
url = https://github.com/mherb/kalman
[submodule "manual_packages/ltalloc"]
path = Simulation/third_party/manual_packages/ltalloc
url = https://github.com/ssteinberg/ltalloc
[submodule "ste_spirv_compiler/glslang"]
path = Simulation/Tools/ste_spirv_compiler/glslang
url = https://github.com/KhronosGroup/glslang