Actually managed to add SDL2 support somehow

This commit is contained in:
2023-01-16 11:10:18 -08:00
parent 7585891276
commit f2a0d3b3bb
17 changed files with 347 additions and 1 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "lib/stb"]
path = lib/stb
url = https://github.com/nothings/stb
[submodule "lib/SDL"]
path = lib/SDL
url = https://github.com/libsdl-org/SDL.git