-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
33 lines (33 loc) · 1.19 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
[submodule "external/spdlog"]
path = external/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "external/argparse"]
path = external/argparse
url = https://github.com/p-ranav/argparse.git
[submodule "external/optional"]
path = external/optional
url = https://github.com/TartanLlama/optional.git
[submodule "external/expected"]
path = external/expected
url = https://github.com/TartanLlama/expected.git
[submodule "external/raylib"]
path = external/raylib
url = https://github.com/raysan5/raylib.git
[submodule "external/rlImGui"]
path = external/rlImGui
url = https://github.com/raylib-extras/rlImGui.git
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "external/magic_enum"]
path = external/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "external/nativefiledialog-extended"]
path = external/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended.git
[submodule "external/imgui_club"]
path = external/imgui_club
url = https://github.com/ocornut/imgui_club.git
[submodule "external/tomlplusplus"]
path = external/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git