-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitmodules
28 lines (28 loc) · 934 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
[submodule "imgui"]
path = libextern/imgui
url = https://github.com/ocornut/imgui.git
[submodule "lua"]
path = libextern/lua
url = https://github.com/lua/lua.git
branch = v5.4.0
[submodule "sol2"]
path = libextern/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "libwav"]
path = libextern/libwav
url = https://github.com/brglng/libwav.git
[submodule "libextern/stb"]
path = libextern/stb
url = https://github.com/nothings/stb.git
[submodule "libextern/imgui-filebrowser"]
path = libextern/imgui-filebrowser
url = https://github.com/AirGuanZ/imgui-filebrowser.git
[submodule "libextern/vga-text-mode-fonts"]
path = libextern/vga-text-mode-fonts
url = https://github.com/viler-int10h/vga-text-mode-fonts.git
[submodule "libextern/imgui_club"]
path = libextern/imgui_club
url = https://github.com/ocornut/imgui_club.git
[submodule "libextern/fmt"]
path = libextern/fmt
url = https://github.com/fmtlib/fmt.git