-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitmodules
More file actions
60 lines (60 loc) · 1.92 KB
/
.gitmodules
File metadata and controls
60 lines (60 loc) · 1.92 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
[submodule "deps/lua"]
path = deps/lua
url = https://github.com/lua/lua.git
[submodule "deps/magic_enum"]
path = deps/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "deps/entt"]
path = deps/entt
url = https://github.com/skypjack/entt.git
[submodule "deps/zip"]
path = deps/zip
url = https://github.com/kuba--/zip.git
[submodule "deps/threadpool"]
path = deps/threadpool
url = https://github.com/bshoshany/thread-pool.git
[submodule "deps/sol"]
path = deps/sol
url = https://github.com/reworks-org/sol2.git
[submodule "deps/dense"]
path = deps/dense
url = https://github.com/martinus/unordered_dense.git
[submodule "deps/physfs"]
path = deps/physfs
url = https://github.com/icculus/physfs.git
[submodule "deps/googletest"]
path = deps/googletest
url = https://github.com/google/googletest.git
[submodule "deps/httplib"]
path = deps/httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "deps/ray/raymedia"]
path = deps/ray/raymedia
url = https://github.com/cloudofoz/raylib-media.git
[submodule "deps/ray/r3d"]
path = deps/ray/r3d
url = https://github.com/Bigfoot71/r3d
[submodule "deps/ray/raylib"]
path = deps/ray/raylib
url = https://github.com/raysan5/raylib.git
[submodule "deps/mimalloc"]
path = deps/mimalloc
url = https://github.com/microsoft/mimalloc.git
[submodule "deps/ray/rltext"]
path = deps/ray/rltext
url = https://github.com/raylib-extras/rlTextLib.git
[submodule "deps/ray/rlimgui"]
path = deps/ray/rlimgui
url = https://github.com/raylib-extras/rlImGui.git
[submodule "deps/ray/raynuklear"]
path = deps/ray/raynuklear
url = https://github.com/RobLoach/raylib-nuklear.git
[submodule "deps/ray/rayluasol"]
path = deps/ray/rayluasol
url = https://github.com/RobLoach/raylib-lua-sol.git
[submodule "deps/subprocess"]
path = deps/subprocess
url = https://github.com/sheredom/subprocess.h.git