-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 1.01 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
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "third_party/eventpp"]
path = third_party/eventpp
url = https://github.com/wqking/eventpp.git
[submodule "third_party/cotire"]
path = third_party/cotire
url = https://github.com/sakra/cotire.git
[submodule "third_party/entityx"]
path = third_party/entityx
url = https://github.com/alecthomas/entityx.git
[submodule "third_party/bullet3"]
path = third_party/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "third_party/SimplexNoise"]
path = third_party/SimplexNoise
url = https://github.com/SRombauts/SimplexNoise.git
[submodule "third_party/ThreadPool"]
path = third_party/ThreadPool
url = https://github.com/progschj/ThreadPool.git
[submodule "third_party/OpenCL-Registry"]
path = third_party/OpenCL-Registry
url = https://github.com/KhronosGroup/OpenCL-Registry.git
[submodule "third_party/FastNoise2"]
path = third_party/FastNoise2
url = https://github.com/Auburn/FastNoise2.git