-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (45 loc) · 1.46 KB
/
.gitmodules
File metadata and controls
45 lines (45 loc) · 1.46 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
[submodule "external/volk"]
path = external/volk
url = https://github.com/zeux/volk
[submodule "external/Vulkan-Headers"]
path = external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers
[submodule "external/glfw"]
path = external/glfw
url = https://github.com/glfw/glfw
[submodule "external/glm"]
path = external/glm
url = https://github.com/g-truc/glm
[submodule "external/tinyobjloader"]
path = external/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader
[submodule "external/libzip"]
path = external/libzip
url = https://github.com/nih-at/libzip
[submodule "external/imgui"]
path = external/imgui
url = https://github.com/ocornut/imgui
[submodule "external/reactphysics3d"]
path = external/reactphysics3d
url = https://github.com/DanielChappuis/reactphysics3d.git
[submodule "external/bullet3"]
path = external/bullet3
url = https://github.com/bulletphysics/bullet3
[submodule "external/polly"]
path = external/polly
url = https://github.com/ruslo/polly
[submodule "external/tinygltf"]
path = external/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "external/miniz"]
path = external/miniz
url = https://github.com/richgel999/miniz
[submodule "external/lua"]
path = external/lua
url = https://github.com/lua/lua.git
[submodule "external/sol2"]
path = external/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "external/portaudio"]
path = external/portaudio
url = https://github.com/PortAudio/portaudio