-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitmodules
30 lines (30 loc) · 1012 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
[submodule "3rdparty/cpp-httplib"]
path = 3rdparty/cpp-httplib
url = https://github.com/yhirose/cpp-httplib
[submodule "3rdparty/mINI"]
path = 3rdparty/mINI
url = https://github.com/pulzed/mINI
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog
[submodule "3rdparty/gulfs"]
path = 3rdparty/gulfs
url = https://github.com/gulrak/filesystem.git
[submodule "3rdparty/libserialport"]
path = 3rdparty/libserialport
url = https://github.com/GXTX/libserialport.git
[submodule "3rdparty/SDL"]
path = 3rdparty/SDL
url = https://github.com/libsdl-org/SDL
[submodule "3rdparty/utf8"]
path = 3rdparty/utf8
url = https://github.com/sheredom/utf8.h
[submodule "3rdparty/libiconv"]
path = 3rdparty/libiconv
url = https://github.com/GXTX/libiconv-for-Windows
[submodule "3rdparty/SDL2_ttf"]
path = 3rdparty/SDL2_ttf
url = https://github.com/libsdl-org/SDL_ttf
[submodule "3rdparty/SDL2_image"]
path = 3rdparty/SDL2_image
url = https://github.com/libsdl-org/SDL_image