-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 1.03 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
[submodule "Vendors/NearbyProtocols"]
path = Vendors/NearbyProtocols
url = https://github.com/PatchByte/NearbyProtocols.git
[submodule "Vendors/glfw"]
path = Vendors/glfw
url = https://github.com/glfw/glfw.git
[submodule "Vendors/Ash"]
path = Vendors/Ash
url = https://github.com/PatchByte/Ash.git
[submodule "Vendors/imgui"]
path = Vendors/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "Vendors/fmt"]
path = Vendors/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "Vendors/cppwinrt-cmake"]
path = Vendors/cppwinrt-cmake
url = https://github.com/cpp-openapi/cppwinrt-cmake
[submodule "Vendors/json"]
path = Vendors/json
url = https://github.com/nlohmann/json.git
[submodule "Vendors/nanopb"]
path = Vendors/nanopb
url = https://github.com/nanopb/nanopb.git
[submodule "Vendors/nanopb-extension"]
path = Vendors/nanopb-extension
url = https://github.com/PatchByte/nanopb-extension.git
[submodule "Vendors/IXWebSocket"]
path = Vendors/IXWebSocket
url = https://github.com/machinezone/IXWebSocket.git