-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 854 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 "third_party/SFML"]
path = third_party/SFML
url = https://github.com/SFML/SFML
[submodule "third_party/zstd"]
path = third_party/zstd
url = https://github.com/facebook/zstd
[submodule "third_party/pugixml"]
path = third_party/pugixml
url = https://github.com/zeux/pugixml
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog
[submodule "third_party/imgui-sfml"]
path = third_party/imgui-sfml
url = https://github.com/SFML/imgui-sfml
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui
[submodule "third_party/nativefiledialog-extended"]
path = third_party/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended
[submodule "third_party/glaze"]
path = third_party/glaze
url = https://github.com/stephenberry/glaze