update SDL and ImGui - PLEASE READ!

DO THE FOLLOWING COMMANDS AFTER PULLING THIS COMMIT:
```
git submodule update --remote extern/SDL
git submodule update --remote extern/imgui
```

OTHERWISE THINGS MAY BREAK
This commit is contained in:
tildearrow 2022-05-18 14:31:29 -05:00
parent 2faf1c1d23
commit 20bdaa4702
4 changed files with 29 additions and 14 deletions

2
.gitmodules vendored
View file

@ -4,7 +4,7 @@
[submodule "extern/SDL"]
path = extern/SDL
url = https://github.com/libsdl-org/SDL.git
branch = main
branch = 2.0.22
[submodule "extern/libsndfile"]
path = extern/libsndfile
url = https://github.com/libsndfile/libsndfile.git