forked from m8nscape/lunaticvibes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (28 loc) · 792 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
[submodule "ext/yaml-cpp"]
path = ext/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "ext/plog"]
path = ext/plog
url = https://github.com/SergiusTheBest/plog
[submodule "ext/googletest"]
path = ext/googletest
url = https://github.com/google/googletest
[submodule "ext/imgui"]
path = ext/imgui
url = https://github.com/ocornut/imgui
[submodule "ext/thread-pool"]
path = ext/thread-pool
url = https://github.com/bshoshany/thread-pool
[submodule "ext/FFmpeg"]
path = ext/FFmpeg
url = https://github.com/yaasdf/FFmpeg
branch = lib
[submodule "ext/re2"]
path = ext/re2
url = https://github.com/google/re2
[submodule "ext/json"]
path = ext/json
url = https://github.com/taocpp/json
[submodule "ext/cereal"]
path = ext/cereal
url = https://github.com/USCiLab/cereal