-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
executable file
·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 "include/ImGuiColorTextEdit"]
path = include/ImGuiColorTextEdit
url = https://github.com/luis605/ImGuiColorTextEdit.git
[submodule "include/NodeEditor"]
path = include/NodeEditor
url = https://github.com/thedmd/imgui-node-editor
[submodule "include/imgui"]
path = include/imgui
url = https://github.com/ocornut/imgui.git
branch = docking
[submodule "include/nlohmann"]
path = include/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "include/meshoptimizer"]
path = include/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "include/pybind11"]
path = include/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "include/ffmpeg"]
path = include/ffmpeg
url = https://github.com/FFmpeg/FFmpeg.git
[submodule "include/bullet3"]
path = include/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "include/glm"]
path = include/glm
url = https://github.com/g-truc/glm.git
[submodule "include/raylib"]
path = include/raylib
url = https://github.com/raysan5/raylib.git