-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
54 lines (54 loc) · 1.9 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
53
54
[submodule "thirdparty/googletest"]
path = thirdparty/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
url = https://github.com/altseed/glfw.git
branch = altseed2
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/LLGI"]
path = thirdparty/LLGI
url = https://github.com/altseed/LLGI
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
url = https://github.com/madler/zlib
[submodule "thirdparty/libzip"]
path = thirdparty/libzip
url = https://github.com/nih-at/libzip.git
[submodule "TestData"]
path = TestData
url = https://github.com/altseed/TestData.git
[submodule "scripts/bindings/CppBindingGenerator"]
path = scripts/bindings/CppBindingGenerator
url = https://github.com/altseed/CppBindingGenerator.git
[submodule "thirdparty/OpenSoundMixer"]
path = thirdparty/OpenSoundMixer
url = https://github.com/altseed/OpenSoundMixer.git
[submodule "thirdparty/box2d"]
path = thirdparty/box2d
url = https://github.com/erincatto/box2d.git
[submodule "thirdparty/nativefiledialog"]
path = thirdparty/nativefiledialog
url = https://github.com/altseed/nativefiledialog.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
url = https://github.com/altseed/freetype.git
branch = altseed2
[submodule "thirdparty/msdfgen"]
path = thirdparty/msdfgen
url = https://github.com/altseed/msdfgen.git
branch = altseed2
[submodule "thirdparty/easy_profiler"]
path = thirdparty/easy_profiler
url = https://github.com/yse/easy_profiler.git
[submodule "thirdparty/harfbuzz"]
path = thirdparty/harfbuzz
url = https://github.com/harfbuzz/harfbuzz.git
[submodule "thirdparty/tiny-process-library"]
path = thirdparty/tiny-process-library
url = https://gitlab.com/eidheim/tiny-process-library.git
[submodule "thirdparty/libpng"]
path = thirdparty/libpng
url = https://github.com/altseed/libpng