-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
40 lines (40 loc) · 1007 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
32
33
34
35
36
37
38
39
40
[submodule "imgui"]
path = imgui
url = [email protected]:ocornut/imgui.git
branch = docking
[submodule "flecs"]
path = flecs
url = https://github.com/SanderMertens/flecs
[submodule "sdl"]
path = sdl
url = [email protected]:libsdl-org/SDL.git
[submodule "bgfx"]
path = bgfx
url = https://github.com/bkaradzic/bgfx
[submodule "bimg"]
path = bimg
url = https://github.com/bkaradzic/bimg
[submodule "bx"]
path = bx
url = https://github.com/bkaradzic/bx
[submodule "glm"]
path = glm
url = https://github.com/g-truc/glm
[submodule "tracy"]
path = tracy
url = https://github.com/wolfpld/tracy
[submodule "spdlog"]
path = spdlog
url = https://github.com/gabime/spdlog
[submodule "enet"]
path = enet
url = https://github.com/lsalzman/enet
[submodule "flatbuffers"]
path = flatbuffers
url = https://github.com/google/flatbuffers
[submodule "bullet3"]
path = bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "raylib"]
path = raylib
url = https://github.com/raysan5/raylib.git