-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
52 lines (52 loc) · 1.87 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
[submodule "3rd/glew"]
path = 3rd/glew
url = https://git.cinogama.net/cinogamaproject/joyengineecs/glew-2.2.0.git
branch = master
[submodule "3rd/glfw"]
path = 3rd/glfw
url = https://git.cinogama.net/cinogamaproject/joyengineecs/glfw.git
branch = 3.3-stable
[submodule "3rd/stb"]
path = 3rd/stb
url = https://git.cinogama.net/cinogamaproject/joyengineecs/stb.git
branch = master
[submodule "3rd/imgui"]
path = 3rd/imgui
url = https://git.cinogama.net/cinogamaproject/joyengineecs/imgui
branch = docking
[submodule "3rd/woolang"]
path = 3rd/woolang
url = https://git.cinogama.net/cinogamaproject/woolang.git
branch = release
[submodule "3rd/openal-soft"]
path = 3rd/openal-soft
url = https://git.cinogama.net/cinogamaproject/joyengineecs/openal-soft.git
branch = v1.23.1
[submodule "3rd/opengles_env_w64"]
path = 3rd/opengles_env_w64
url = https://git.cinogama.net/cinogamaproject/joyengineecs/opengles_emulator_win64.git
branch = master
[submodule "3rd/assimp"]
path = 3rd/assimp
url = https://git.cinogama.net/cinogamaproject/joyengineecs/assimp.git
branch = master_v5.3.1
[submodule "3rd/vulkan"]
path = 3rd/vulkan
url = https://git.cinogama.net/cinogamaproject/joyengineecs/Vulkan-Headers.git
branch = main
[submodule "3rd/glslang"]
path = 3rd/glslang
url = https://git.cinogama.net/cinogamaproject/joyengineecs/glslang.git
branch = main
[submodule "3rd/spirv-cross"]
path = 3rd/spirv-cross
url = https://git.cinogama.net/cinogamaproject/joyengineecs/SPIRV-Cross.git
branch = main
[submodule "3rd/imgui-node-editor"]
path = 3rd/imgui-node-editor
url = https://git.cinogama.net/cinogamaproject/joyengineecs/imgui-node-editor.git
branch = master
[submodule "3rd/box2c"]
path = 3rd/box2c
url = https://git.cinogama.net/cinogamaproject/joyengineecs/box2c.git
branch = main