Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
[submodule "civetweb"]
path = civetweb
url = https://github.com/splashkit/civetweb
shallow = yes
[submodule "serial"]
path = serial
url = https://github.com/wjwwood/serial.git
shallow = yes
[submodule "SDL"]
path = SDL
url = https://github.com/libsdl-org/SDL.git
branch = release-2.30.x
shallow = yes
[submodule "SDL_mixer"]
path = SDL_mixer
url = https://github.com/libsdl-org/SDL_mixer.git
branch = release-2.8.x
shallow = yes
[submodule "SDL_net"]
path = SDL_net
url = https://github.com/libsdl-org/SDL_net.git
branch = release-2.2.x
shallow = yes
[submodule "SDL_ttf"]
path = SDL_ttf
url = https://github.com/libsdl-org/SDL_ttf.git
branch = release-2.20.x
fetchRecurseSubmodules = no
shallow = yes
[submodule "SDL_image"]
path = SDL_image
url = https://github.com/libsdl-org/SDL_image.git
branch = release-2.6.x
fetchRecurseSubmodules = no
shallow = yes
[submodule "libpng"]
path = libpng
url = https://github.com/pnggroup/libpng.git
shallow = yes
1 change: 1 addition & 0 deletions SDL
Submodule SDL added at 0949f8
133 changes: 0 additions & 133 deletions SDL/include/SDL.h

This file was deleted.

Loading