-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
52 lines (52 loc) · 1.63 KB
/
.gitmodules
File metadata and controls
52 lines (52 loc) · 1.63 KB
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
[submodule "3rdpty/sources/IonCachyEngine"]
path = 3rdpty/sources/IonCachyEngine
url = https://github.com/xiangCaO233/IonCachyEngine.git
branch = main
[submodule "3rdpty/sources/imgui"]
path = 3rdpty/sources/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "3rdpty/sources/glfw"]
path = 3rdpty/sources/glfw
url = https://github.com/glfw/glfw.git
branch = master
[submodule "3rdpty/sources/sol2"]
path = 3rdpty/sources/sol2
url = https://github.com/ThePhD/sol2.git
branch = develop
[submodule "3rdpty/sources/luajit"]
path = 3rdpty/sources/luajit
url = https://github.com/LuaJIT/LuaJIT.git
branch = v2.1
[submodule "3rdpty/sources/freetype"]
path = 3rdpty/sources/freetype
url = https://github.com/freetype/freetype.git
branch = master
[submodule "3rdpty/sources/glm"]
path = 3rdpty/sources/glm
url = https://github.com/icaven/glm.git
branch = master
[submodule "3rdpty/sources/clay"]
path = 3rdpty/sources/clay
url = https://github.com/nicbarker/clay.git
branch = main
[submodule "3rdpty/sources/nlohmann_json"]
path = 3rdpty/sources/nlohmann_json
url = https://github.com/nlohmann/json.git
branch = develop
[submodule "3rdpty/sources/stb"]
path = 3rdpty/sources/stb
url = https://github.com/nothings/stb.git
branch = master
[submodule "3rdpty/sources/implot"]
path = 3rdpty/sources/implot
url = https://github.com/epezent/implot.git
branch = master
[submodule "3rdpty/sources/lunasvg"]
path = 3rdpty/sources/lunasvg
url = https://github.com/sammycage/lunasvg.git
branch = master
[submodule "3rdpty/sources/entt"]
path = 3rdpty/sources/entt
url = https://github.com/skypjack/entt.git
branch = main