forked from Aaron-Berland/MonaEngine
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.12 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.12 KB
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
[submodule "thirdParty/whereami2cpp"]
path = thirdParty/whereami2cpp
url = https://github.com/dantros/whereami2cpp
[submodule "thirdParty/spdlog"]
path = thirdParty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdParty/json"]
path = thirdParty/json
url = https://github.com/nlohmann/json.git
[submodule "thirdParty/entt"]
path = thirdParty/entt
url = https://github.com/skypjack/entt.git
[submodule "thirdParty/miniaudio"]
path = thirdParty/miniaudio
url = https://github.com/mackron/miniaudio.git
[submodule "thirdParty/glfw"]
path = thirdParty/glfw
url = https://github.com/glfw/glfw.git
[submodule "thirdParty/assimp"]
path = thirdParty/assimp
url = https://github.com/assimp/assimp.git
[submodule "thirdParty/bullet3"]
path = thirdParty/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "thirdParty/openal-soft"]
path = thirdParty/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "thirdParty/eigen"]
path = thirdParty/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "thirdParty/tracy"]
path = thirdParty/tracy
url = https://github.com/wolfpld/tracy.git