-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.gitmodules
21 lines (21 loc) · 713 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "Blockchain/dep/libfort"]
path = Blockchain/dep/libfort
url = https://github.com/seleznevae/libfort
[submodule "Blockchain/dep/spdlog"]
path = Blockchain/dep/spdlog
url = https://github.com/gabime/spdlog
[submodule "Blockchain/vendor/spdlog"]
path = Blockchain/vendor/spdlog
url = https://github.com/gabime/spdlog
[submodule "Blockchain/vendor/libfort"]
path = Blockchain/vendor/libfort
url = https://github.com/seleznevae/libfort
[submodule "vendor/glfw"]
path = vendor/glfw
url = https://github.com/glfw/glfw.git
[submodule "vendor/glm"]
path = vendor/glm
url = https://github.com/g-truc/glm.git
[submodule "vendor/glew"]
path = vendor/glew
url = https://github.com/nigels-com/glew.git