forked from Vortex2Oblivion/cppfunkin_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 744 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 744 Bytes
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 "external/raylib"]
path = external/raylib
url = https://github.com/raysan5/raylib/
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json
[submodule "external/pugixml"]
path = external/pugixml
url = https://github.com/zeux/pugixml
[submodule "external/lua"]
path = external/lua
url = https://github.com/lua/lua
[submodule "external/eventpp"]
path = external/eventpp
url = https://github.com/wqking/eventpp
[submodule "external/tracy"]
path = external/tracy
url = https://github.com/wolfpld/tracy
[submodule "external/sol2"]
path = external/sol2
url = https://github.com/halx99/sol2
[submodule "external/raytween"]
path = external/raytween
url = https://github.com/SebasKoria/raytween