-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 956 Bytes
/
Copy path.gitmodules
File metadata and controls
36 lines (36 loc) · 956 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
28
29
30
31
32
33
34
35
36
[submodule "deps/imgui"]
path = deps/imgui
url = git@github.com:ocornut/imgui.git
branch = master
[submodule "deps/implot"]
path = deps/implot
url = git@github.com:epezent/implot.git
branch = master
[submodule "deps/sdl"]
path = deps/sdl
url = git@github.com:libsdl-org/SDL.git
branch = main
[submodule "deps/sdl_mixer"]
path = deps/sdl_mixer
url = git@github.com:libsdl-org/SDL_mixer.git
branch = main
[submodule "deps/sdl_image"]
path = deps/sdl_image
url = git@github.com:libsdl-org/SDL_image.git
branch = main
[submodule "deps/sdl_ttf"]
path = deps/sdl_ttf
url = git@github.com:libsdl-org/SDL_ttf.git
branch = main
[submodule "deps/nlohmann_json"]
path = deps/nlohmann_json
url = https://github.com/nlohmann/json.git
branch = develop
[submodule "deps/cpr"]
path = deps/cpr
url = https://github.com/libcpr/cpr.git
branch = master
[submodule "deps/curl"]
path = deps/curl
url = https://github.com/curl/curl.git
branch = master