-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.02 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
34
35
36
[submodule "libs/entt"]
path = libs/entt
url = https://github.com/skypjack/entt
[submodule "libs/optick"]
path = libs/optick
url = https://github.com/bombomby/optick
[submodule "libs/mimalloc"]
path = libs/mimalloc
url = https://github.com/microsoft/mimalloc
[submodule "libs/box2d"]
path = libs/box2d
url = https://github.com/erincatto/box2d.git
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt
[submodule "libs/openal-soft"]
path = libs/openal-soft
url = https://github.com/kcat/openal-soft.git
[submodule "libs/ogg"]
path = libs/ogg
url = https://github.com/xiph/ogg
[submodule "libs/imgui"]
path = libs/imgui
url = https://github.com/ocornut/imgui
[submodule "libs/opus"]
path = libs/opus
url = https://github.com/xiph/opus.git
[submodule "libs/opusfile"]
path = libs/opusfile
url = https://github.com/ForserX/opusfile.git
[submodule "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git
[submodule "libs/SOIL2"]
path = libs/SOIL2
url = https://github.com/SpartanJ/SOIL2.git