-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
34 lines (28 loc) · 851 Bytes
/
.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
[submodule "src/ext/lodepng"]
path = src/ext/lodepng
url = https://github.com/w3ntao/lodepng.git
branch = master
[submodule "src/ext/rply"]
path = src/ext/rply
url = https://github.com/w3ntao/rply.git
branch = main
[submodule "src/ext/zlib"]
path = src/ext/zlib
url = https://github.com/w3ntao/zlib.git
branch = master
[submodule "src/ext/tinyexr"]
path = src/ext/tinyexr
url = https://github.com/w3ntao/tinyexr.git
branch = release
[submodule "src/ext/glfw"]
path = src/ext/glfw
url = https://github.com/w3ntao/glfw.git
branch = main
[submodule "src/ext/glad-3.3-core"]
path = src/ext/glad-3.3-core
url = https://github.com/w3ntao/glad-3.3-core.git
branch = main
[submodule "src/ext/stb"]
path = src/ext/stb
url = [email protected]:w3ntao/stb.git
branch = master