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:
parent
2faf1c1d23
commit
20bdaa4702
4 changed files with 29 additions and 14 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue