-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
36 lines (36 loc) · 1.26 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
[submodule "dependencies/stb-cmake"]
path = dependencies/stb-cmake
url = https://github.com/wuxianggujun/stb-cmake.git
[submodule "dependencies/googletest"]
path = dependencies/googletest
url = https://github.com/google/googletest.git
[submodule "dependencies/entt"]
path = dependencies/entt
url = https://github.com/skypjack/entt.git
[submodule "dependencies/bgfx.cmake"]
path = dependencies/bgfx.cmake
url = https://github.com/bkaradzic/bgfx.cmake.git
[submodule "dependencies/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "dependencies/glfw"]
path = dependencies/glfw
url = https://github.com/glfw/glfw.git
[submodule "dependencies/glm"]
path = dependencies/glm
url = https://github.com/g-truc/glm.git
[submodule "dependencies/tracy"]
path = dependencies/tracy
url = https://github.com/wolfpld/tracy.git
[submodule "dependencies/yaml-cpp"]
path = dependencies/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "dependencies/ctrack"]
path = dependencies/ctrack
url = https://github.com/Compaile/ctrack.git
[submodule "dependencies/icu"]
path = dependencies/icu
url = https://github.com/unicode-org/icu.git
[submodule "dependencies/fmt"]
path = dependencies/fmt
url = https://github.com/fmtlib/fmt.git