-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
executable file
·36 lines (36 loc) · 1.13 KB
/
.gitmodules
File metadata and controls
executable file
·36 lines (36 loc) · 1.13 KB
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
[submodule "lib/glew-cmake"]
path = lib/glew-cmake
url = https://github.com/Perlmint/glew-cmake.git
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm.git
[submodule "lib/stb/stb"]
path = lib/stb/stb
url = https://github.com/nothings/stb.git
[submodule "lib/pybind11"]
path = lib/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "lib/libnoise"]
path = lib/libnoise
url = https://github.com/jaihysc/libnoise.git
[submodule "lib/SDL"]
path = lib/SDL
url = https://github.com/libsdl-org/SDL.git
[submodule "lib/decimal_for_cpp"]
path = lib/decimal_for_cpp
url = https://github.com/vpiotr/decimal_for_cpp.git
[submodule "lib/StackWalker"]
path = lib/StackWalker
url = https://github.com/JochenKalmbach/StackWalker.git
[submodule "lib/backward-cpp"]
path = lib/backward-cpp
url = https://github.com/bombela/backward-cpp.git
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui.git
[submodule "lib/cereal"]
path = lib/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "lib/freetype"]
path = lib/freetype
url = https://gitlab.freedesktop.org/freetype/freetype.git