-
Notifications
You must be signed in to change notification settings - Fork 36
/
.gitmodules
40 lines (40 loc) · 1.15 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
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw
branch = master
[submodule "3rdparty/glad"]
path = 3rdparty/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "3rdparty/dirent"]
path = 3rdparty/dirent
url = https://github.com/tronkko/dirent.git
branch = v1.23
[submodule "3rdparty/sfntly"]
path = 3rdparty/sfntly
url = https://github.com/aiekick/sfntly.git
branch = master
[submodule "3rdparty/tinyxml2"]
path = 3rdparty/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
branch = master
[submodule "3rdparty/ImGuiFileDialog"]
path = 3rdparty/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git
branch = detail_view_mode
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "3rdparty/stb"]
path = 3rdparty/stb
url = https://github.com/nothings/stb
branch = master
[submodule "3rdparty/freetype2"]
path = 3rdparty/freetype2
url = https://github.com/freetype/freetype2.git
branch = master
[submodule "3rdparty/ctools"]
path = 3rdparty/ctools
url = https://github.com/aiekick/cTools.git
branch = master