-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
44 lines (44 loc) · 1.31 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 "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "3rdparty/tinyxml2"]
path = 3rdparty/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
branch = master
[submodule "3rdparty/stb"]
path = 3rdparty/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "3rdparty/glad"]
path = 3rdparty/glad
url = https://github.com/Dav1dde/glad.git
branch = c
[submodule "3rdparty/ctools"]
path = 3rdparty/ctools
url = https://github.com/aiekick/cTools.git
branch = master
[submodule "3rdparty/imgui"]
path = 3rdparty/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "3rdparty/freetype2"]
path = 3rdparty/freetype2
url = https://github.com/freetype/freetype2.git
branch = master
[submodule "3rdparty/implot"]
path = 3rdparty/implot
url = https://github.com/epezent/implot.git
branch = master
[submodule "3rdparty/BuildInc"]
path = 3rdparty/BuildInc
url = https://github.com/aiekick/buildinc.git
branch = master
[submodule "3rdparty/ImGuiColorTextEdit"]
path = 3rdparty/ImGuiColorTextEdit
url = https://github.com/aiekick/ImGuiColorTextEdit.git
branch = master
[submodule "3rdparty/ImGuiFileDialog"]
path = 3rdparty/ImGuiFileDialog
url = https://github.com/aiekick/ImGuiFileDialog.git
branch = Lib_Only