-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
82 lines (71 loc) · 1.88 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[submodule "vendor/stb"]
path = vendor/stb
url = https://github.com/nothings/stb
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm
branch = v1.0.1
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/boost"]
path = vendor/boost
url = https://github.com/boostorg/boost
branch = boost-1.86.0
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/assimp"]
path = vendor/assimp
url = https://github.com/assimp/assimp
branch = v5.4.2
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/googletest"]
path = vendor/googletest
url = https://github.com/google/googletest
branch = v1.15.2
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/openexr"]
path = vendor/openexr
url = https://github.com/AcademySoftwareFoundation/openexr
branch = v3.2.4
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib
branch = v1.3.1
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/imath"]
path = vendor/imath
url = https://github.com/AcademySoftwareFoundation/Imath
branch = v3.1.9
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/libdeflate"]
path = vendor/libdeflate
url = https://github.com/ebiggers/libdeflate
branch = v1.9
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/SDL_image"]
path = vendor/SDL_image
url = https://github.com/libsdl-org/SDL_image
branch = SDL2
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/SDL"]
path = vendor/SDL
url = https://github.com/libsdl-org/SDL
branch = SDL2
ignore = all
fetchRecurseSubmodules = true
[submodule "vendor/qt"]
path = vendor/qt
url = https://code.qt.io/qt/qt5.git
branch = 6.8.0
ignore = all
fetchRecurseSubmodules = false