-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 843 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 843 Bytes
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
[submodule "external/sokol"]
path = ext/sokol
url = https://github.com/floooh/sokol.git
[submodule "ext/sokol-tools-bin"]
path = ext/sokol-tools-bin
url = https://github.com/floooh/sokol-tools-bin.git
[submodule "ext/imgui"]
path = ext/imgui
url = https://github.com/ocornut/imgui.git
[submodule "ext/firmware"]
path = ext/firmware
url = https://github.com/X65/firmware.git
[submodule "ext/doctest"]
path = ext/doctest
url = https://github.com/doctest/doctest.git
[submodule "ext/cppdap"]
path = ext/cppdap
url = https://github.com/google/cppdap.git
[submodule "ext/imgui_toggle"]
path = ext/imgui_toggle
url = https://github.com/cmdwtf/imgui_toggle.git
[submodule "ext/speexdsp"]
path = ext/speexdsp
url = https://github.com/xiph/speexdsp.git
[submodule "ext/SDL"]
path = ext/SDL
url = https://github.com/libsdl-org/SDL.git