forked from hugeproblem/nged
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
38 lines (37 loc) · 1.13 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
32
33
34
35
36
37
38
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "deps/nativefiledialog"]
path = deps/nativefiledialog
url = https://github.com/mlabbe/nativefiledialog.git
[submodule "deps/boxer"]
path = deps/boxer
url = https://github.com/find/Boxer.git
[submodule "deps/parallel_hashmap"]
path = deps/parallel_hashmap
url = https://github.com/greg7mdp/parallel-hashmap
[submodule "deps/doctest"]
path = deps/doctest
url = https://github.com/doctest/doctest.git
[submodule "deps/subprocess.h"]
path = deps/subprocess.h
url = https://github.com/sheredom/subprocess.h
[submodule "deps/pybind11"]
path = deps/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "deps/lua"]
path = deps/lua
url = https://github.com/lua/lua
[submodule "deps/sol2"]
path = deps/sol2
url = https://github.com/ThePhD/sol2
[submodule "deps/s7"]
path = deps/s7
url = https://cm-gitlab.stanford.edu/bil/s7.git
[submodule "deps/stduuid"]
path = deps/stduuid
url = https://github.com/mariusbancila/stduuid.git