diff --git a/.gitmodules b/.gitmodules index fa04725..a9b37e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/imgui"] path = third_party/imgui url = https://github.com/ocornut/imgui +[submodule "third_party/SDL"] + path = third_party/SDL + url = https://github.com/libsdl-org/SDL.git diff --git a/third_party/SDL b/third_party/SDL new file mode 160000 index 0000000..8f21fe4 --- /dev/null +++ b/third_party/SDL @@ -0,0 +1 @@ +Subproject commit 8f21fe4994b49d84d2bceb585061f31b5bd3ff97