-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 972 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 972 Bytes
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
[submodule "vendored_deps/spdlog"]
path = vendored_deps/spdlog
url = git@github.com:gabime/spdlog.git
[submodule "vendored_deps/glm"]
path = vendored_deps/glm
url = git@github.com:g-truc/glm.git
[submodule "vendored_deps/glbinding"]
path = vendored_deps/glbinding
url = https://github.com/cginternals/glbinding
[submodule "vendored_deps/glfw"]
path = vendored_deps/glfw
url = git@github.com:glfw/glfw.git
[submodule "vendored_deps/imgui_wrapper/imgui"]
path = vendored_deps/imgui_wrapper/imgui
url = git@github.com:ocornut/imgui.git
[submodule "vendored_deps/flatbuffers"]
path = vendored_deps/flatbuffers
url = git@github.com:google/flatbuffers.git
[submodule "vendored_deps/asio"]
path = vendored_deps/asio
url = git@github.com:chriskohlhoff/asio.git
[submodule "vendored_deps/cxxopts"]
path = vendored_deps/cxxopts
url = git@github.com:jarro2783/cxxopts.git
[submodule "vendored_deps/fmt"]
path = vendored_deps/fmt
url = git@github.com:fmtlib/fmt.git