-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 993 Bytes
/
Copy path.gitmodules
File metadata and controls
27 lines (27 loc) · 993 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 "ThirdParty/SDL"]
path = ThirdParty/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "ThirdParty/SDL_image"]
path = ThirdParty/SDL_image
url = https://github.com/libsdl-org/SDL_image.git
[submodule "ThirdParty/SDL_shadercross"]
path = ThirdParty/SDL_shadercross
url = https://github.com/libsdl-org/SDL_shadercross.git
[submodule "ThirdParty/SDL_ttf"]
path = ThirdParty/SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf.git
[submodule "ThirdParty/cppzmq"]
path = ThirdParty/cppzmq
url = https://github.com/zeromq/cppzmq.git
[submodule "ThirdParty/glm"]
path = ThirdParty/glm
url = https://github.com/g-truc/glm.git
[submodule "ThirdParty/libzmq"]
path = ThirdParty/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "ThirdParty/rapidjson"]
path = ThirdParty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "Package/Depth-Anything-V2"]
path = Package/Depth-Anything-V2
url = https://github.com/outmode/Depth-Anything-V2.git