-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 715 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "3rdparty/asio"]
path = 3rdparty/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
branch = v1.8.5
[submodule "3rdparty/sol2"]
path = 3rdparty/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "3rdparty/cxxopts"]
path = 3rdparty/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "3rdparty/Configuru"]
path = 3rdparty/Configuru
url = https://github.com/emilk/Configuru
[submodule "3rdparty/visit_struct"]
path = 3rdparty/visit_struct
url = https://github.com/cbeck88/visit_struct
[submodule "3rdparty/entt"]
path = 3rdparty/entt
url = https://github.com/skypjack/entt