-
Notifications
You must be signed in to change notification settings - Fork 21
/
.gitmodules
63 lines (63 loc) · 2.22 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw
[submodule "third_party/vk-bootstrap"]
path = edbr/third_party/vk-bootstrap
url = https://github.com/charles-lunarg/vk-bootstrap
[submodule "third_party/vma"]
path = edbr/third_party/vma
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "third_party/imgui"]
path = edbr/third_party/imgui
url = https://github.com/ocornut/imgui
[submodule "third_party/glm"]
path = edbr/third_party/glm
url = https://github.com/g-truc/glm
[submodule "third_party/tinygltf"]
path = edbr/third_party/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "third_party/SDL"]
path = edbr/third_party/SDL
url = https://github.com/libsdl-org/SDL
[submodule "third_party/tracy"]
path = edbr/third_party/tracy
url = https://github.com/wolfpld/tracy
[submodule "third_party/volk"]
path = edbr/third_party/volk
url = https://github.com/zeux/volk
[submodule "third_party/freetype"]
path = edbr/third_party/freetype
url = https://github.com/freetype/freetype
[submodule "third_party/utfcpp"]
path = edbr/third_party/utfcpp
url = https://github.com/nemtrif/utfcpp
[submodule "third_party/entt"]
path = edbr/third_party/entt
url = https://github.com/skypjack/entt
[submodule "third_party/json"]
path = edbr/third_party/json
url = https://github.com/nlohmann/json
[submodule "third_party/fmt"]
path = edbr/third_party/fmt
url = https://github.com/fmtlib/fmt
[submodule "edbr/third_party/im3d"]
path = edbr/third_party/im3d
url = https://github.com/john-chapman/im3d
[submodule "edbr/third_party/JoltPhysics"]
path = edbr/third_party/JoltPhysics
url = https://github.com/jrouwe/JoltPhysics
[submodule "edbr/third_party/openal-soft"]
path = edbr/third_party/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "edbr/third_party/vorbis"]
path = edbr/third_party/vorbis
url = https://github.com/xiph/vorbis
[submodule "edbr/third_party/ogg"]
path = edbr/third_party/ogg
url = https://github.com/xiph/ogg
[submodule "edbr/third_party/googletest"]
path = edbr/third_party/googletest
url = https://github.com/google/googletest
[submodule "edbr/third_party/CLI11"]
path = edbr/third_party/CLI11
url = https://github.com/CLIUtils/CLI11