-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
45 lines (39 loc) · 1.18 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
[submodule "pegtl"]
path = include/lol/3rdparty/pegtl
url = https://github.com/lolengine/ext-pegtl
branch = lol
update = checkout
upstream = https://github.com/taocpp/PEGTL
[submodule "mingw-std-threads"]
path = include/lol/3rdparty/mingw-std-threads
url = https://github.com/lolengine/ext-mingw-std-threads
branch = master
update = checkout
upstream = https://github.com/meganz/mingw-std-threads
[submodule "step"]
path = include/lol/3rdparty/step
url = https://github.com/lolengine/ext-step
branch = lol
update = checkout
upstream = https://github.com/storm-ptr/step
[submodule "portable-file-dialogs"]
path = include/lol/3rdparty/portable-file-dialogs
url = https://github.com/samhocevar/portable-file-dialogs
branch = master
update = checkout
[submodule "cli11"]
path = include/lol/3rdparty/cli11
url = https://github.com/lolengine/ext-cli11
branch = lol
update = checkout
upstream = https://github.com/CLIUtils/CLI11
[submodule "fmt"]
path = include/lol/3rdparty/fmt
url = https://github.com/fmtlib/fmt
branch = master
update = checkout
[submodule "doctest"]
path = include/lol/3rdparty/doctest
url = https://github.com/doctest/doctest
branch = master
update = checkout