-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
69 lines (69 loc) · 2.17 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
64
65
66
67
68
69
[submodule "ext/cxxopts"]
path = ext/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "ext/glfw"]
path = ext/glfw
url = https://github.com/frustra/glfw.git
[submodule "ext/glm"]
path = ext/glm
url = https://github.com/g-truc/glm.git
[submodule "ext/imgui"]
path = ext/imgui
url = https://github.com/frustra/imgui.git
[submodule "ext/linenoise"]
path = ext/linenoise
url = https://github.com/frustra/linenoise.git
[submodule "ext/microtar"]
path = ext/microtar
url = https://github.com/rxi/microtar.git
[submodule "ext/openvr"]
path = ext/openvr
url = https://github.com/ValveSoftware/openvr.git
[submodule "ext/physx"]
path = ext/physx
url = https://github.com/frustra/physx-bins.git
[submodule "ext/picojson"]
path = ext/picojson
url = https://github.com/frustra/picojson.git
[submodule "ext/robin-hood-hashing"]
path = ext/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing
[submodule "ext/Tecs"]
path = ext/Tecs
url = https://github.com/xthexder/Tecs.git
[submodule "ext/tinygltf"]
path = ext/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "ext/VulkanMemoryAllocator"]
path = ext/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
[submodule "ext/SPIRV-Reflect"]
path = ext/SPIRV-Reflect
url = https://github.com/KhronosGroup/SPIRV-Reflect
[submodule "ext/tracy"]
path = ext/tracy
url = https://github.com/frustra/tracy.git
[submodule "ext/libsoundio"]
path = ext/libsoundio
url = https://github.com/andrewrk/libsoundio
[submodule "ext/resonance-audio"]
path = ext/resonance-audio
url = https://github.com/pushrax/resonance-audio
[submodule "ext/libnyquist"]
path = ext/libnyquist
url = https://github.com/ddiakopoulos/libnyquist
[submodule "ext/eigen"]
path = ext/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "ext/pffft"]
path = ext/pffft
url = https://bitbucket.org/jpommier/pffft.git
[submodule "ext/magic_enum"]
path = ext/magic_enum
url = https://github.com/Neargye/magic_enum.git
[submodule "ext/v-hacd"]
path = ext/v-hacd
url = https://github.com/kmammou/v-hacd.git
[submodule "ext/fpng"]
path = ext/fpng
url = https://github.com/richgel999/fpng.git