-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
36 lines (36 loc) · 1.24 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 "src/3rdparty/entt"]
path = src/3rdparty/entt
url = https://github.com/skypjack/entt
[submodule "src/3rdparty/fmt"]
path = src/3rdparty/fmt
url = https://github.com/fmtlib/fmt
[submodule "src/3rdparty/luabridge"]
path = src/3rdparty/luabridge
url = https://github.com/vinniefalco/LuaBridge
[submodule "src/3rdparty/luajit-2.0"]
path = src/3rdparty/luajit-2.0
url = https://luajit.org/git/luajit-2.0.git
[submodule "src/3rdparty/LuaJIT"]
path = src/3rdparty/LuaJIT
url = https://luajit.org/git/luajit-2.0.git
[submodule "src/3rdparty/lua"]
path = src/3rdparty/lua
url = https://github.com/lua/lua
[submodule "glm"]
path = src/3rdparty/glm
url = https://github.com/g-truc/glm
[submodule "src/3rdparty/openal-soft"]
path = src/3rdparty/openal-soft
url = https://github.com/kcat/openal-soft
[submodule "src/3rdparty/polyvox"]
path = src/3rdparty/polyvox
url = https://bitbucket.org/volumesoffun/polyvox.git
[submodule "src/3rdparty/reactphysics3d"]
path = src/3rdparty/reactphysics3d
url = https://github.com/DanielChappuis/reactphysics3d
[submodule "src/3rdparty/tinygltf"]
path = src/3rdparty/tinygltf
url = https://github.com/syoyo/tinygltf
[submodule "src/3rdparty/glfw"]
path = src/3rdparty/glfw
url = https://github.com/glfw/glfw