-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
49 lines (49 loc) · 1.53 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
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "external/sol2"]
path = external/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw.git
[submodule "external/glad"]
path = external/glad
url = https://github.com/Dav1dde/glad.git
branch = master
[submodule "external/stb/stb"]
path = external/stb/stb
url = https://github.com/nothings/stb.git
[submodule "external/sdl"]
path = external/sdl
url = https://github.com/spurious/SDL-mirror.git
[submodule "external/physfs"]
path = external/physfs
url = https://github.com/criptych/physfs.git
branch = main
[submodule "external/freetype"]
path = external/freetype
url = https://github.com/winlibs/freetype.git
[submodule "external/trs"]
path = external/trs
url = [email protected]:xhighway999/trs.git
[submodule "external/spdlog"]
path = external/spdlog
url = [email protected]:gabime/spdlog.git
branch = v1.x
[submodule "external/json"]
path = external/json
url = [email protected]:nlohmann/json.git
[submodule "external/wave"]
path = external/wave
url = https://github.com/audionamix/wave.git
[submodule "external/nanovg-nanort"]
path = external/nanovg-nanort
url = https://github.com/syoyo/nanovg-nanort.git
[submodule "external/nativefiledialog-extended"]
path = external/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended.git
[submodule "external/clip"]
path = external/clip
url = [email protected]:dacap/clip.git