forked from Glebanister/ample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 800 Bytes
/
.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
[submodule "extern/googletest"]
path = extern/googletest
url = https://github.com/google/googletest
[submodule "extern/box2d"]
path = extern/box2d
url = https://github.com/erincatto/box2d.git
[submodule "extern/rapidjson"]
path = extern/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "extern/imgui"]
path = extern/imgui
url = https://github.com/ocornut/imgui
[submodule "extern/imgui_sdl"]
path = extern/imgui_sdl
url = https://github.com/Tyyppi77/imgui_sdl
[submodule "extern/imgui-filebrowser"]
path = extern/imgui-filebrowser
url = https://github.com/AirGuanZ/imgui-filebrowser
[submodule "extern/cxxopts"]
path = extern/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "extern/imnodes"]
path = extern/imnodes
url = https://github.com/Nelarius/imnodes