-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitmodules
21 lines (21 loc) · 863 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "dependencies/submodules/imgui"]
path = dependencies/submodules/imgui
url = https://github.com/ocornut/imgui.git
[submodule "dependencies/submodules/glm"]
path = dependencies/submodules/glm
url = https://github.com/g-truc/glm
[submodule "dependencies/submodules/spdlog"]
path = dependencies/submodules/spdlog
url = https://github.com/gabime/spdlog
[submodule "dependencies/submodules/minhook"]
path = dependencies/submodules/minhook
url = https://github.com/TsudaKageyu/minhook
[submodule "dependencies/submodules/enetpp"]
path = dependencies/submodules/enetpp
url = https://github.com/jseward/enetpp
[submodule "dependencies/submodules/enet"]
path = dependencies/submodules/enet
url = https://github.com/lsalzman/enet
[submodule "dependencies/submodules/mruby"]
path = dependencies/submodules/mruby
url = https://github.com/mruby/mruby/