forked from Kernstall/Oneiro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
37 lines (36 loc) · 1.16 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
[submodule "ThirdParty/imgui"]
path = ThirdParty/imgui
url = https://github.com/ocornut/imgui
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/g-truc/glm
[submodule "ThirdParty/glfw"]
path = ThirdParty/glfw
url = https://github.com/glfw/glfw
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = https://github.com/gabime/spdlog
[submodule "ThirdParty/entt"]
path = ThirdParty/entt
url = https://github.com/skypjack/entt
[submodule "ThirdParty/yaml-cpp"]
path = ThirdParty/yaml-cpp
url = https://github.com/jbeder/yaml-cpp
[submodule "ThirdParty/sol2"]
path = ThirdParty/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "ThirdParty/lua"]
path = ThirdParty/lua
url = https://github.com/walterschell/Lua.git
[submodule "ThirdParty/zep"]
path = ThirdParty/zep
url = https://github.com/Rezonality/zep
[submodule "ThirdParty/HazelAudio"]
path = ThirdParty/HazelAudio
url = https://github.com/DezlowNG/HazelAudioCMake
[submodule "ThirdParty/freetype"]
path = ThirdParty/freetype
url = https://github.com/freetype/freetype.git
[submodule "ThirdParty/assimp"]
path = ThirdParty/assimp
url = https://github.com/assimp/assimp.git