forked from enoxum/UbiBelPMF_2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 946 Bytes
/
.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
[submodule "libs/entt"]
path = libs/entt
url = https://github.com/skypjack/entt.git
[submodule "libs/glfw3"]
path = libs/glfw3
url = https://github.com/glfw/glfw.git
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "libs/sparce-map"]
path = libs/sparse-map
url = https://github.com/Tessil/sparse-map.git
[submodule "libs/spdlog"]
path = libs/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "libs/json"]
path = libs/json
url = https://github.com/nlohmann/json.git
[submodule "libs/glm/include"]
path = libs/glm/include
url = https://github.com/g-truc/glm.git
[submodule "libs/imgui/include/imgui"]
path = libs/imgui/include/imgui
url = https://github.com/ocornut/imgui
[submodule "libs/stb/include/stb"]
path = libs/stb/include/stb
url = https://github.com/nothings/stb.git
[submodule "libs/simpleini"]
path = libs/simpleini
url = https://github.com/brofield/simpleini.git