-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 839 Bytes
/
.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
[submodule "lib/bgfx"]
path = lib/bgfx
url = https://github.com/bkaradzic/bgfx
[submodule "lib/sdl"]
path = lib/sdl
url = https://github.com/libsdl-org/SDL
[submodule "lib/bx"]
path = lib/bx
url = https://github.com/bkaradzic/bx
[submodule "lib/bimg"]
path = lib/bimg
url = https://github.com/bkaradzic/bimg
[submodule "lib/imgui"]
path = lib/imgui
url = https://github.com/ocornut/imgui
branch = docking
[submodule "lib/glm"]
path = lib/glm
url = https://github.com/g-truc/glm
[submodule "lib/pugixml"]
path = lib/pugixml
url = https://github.com/zeux/pugixml
[submodule "lib/fmt"]
path = lib/fmt
url = https://github.com/fmtlib/fmt
[submodule "lib/entt"]
path = lib/entt
url = https://github.com/skypjack/entt
[submodule "lib/astc-encoder"]
path = lib/astc-encoder
url = https://github.com/ARM-software/astc-encoder