mirror of
https://notabug.org/litucks/torzu.git
synced 2026-03-11 21:05:34 +00:00
Updated SDL to fix pipewire related compile error
This commit is contained in:
parent
5de4fd6c76
commit
ff2e94b286
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -16,9 +16,6 @@
|
||||||
[submodule "opus"]
|
[submodule "opus"]
|
||||||
path = externals/opus
|
path = externals/opus
|
||||||
url = https://github.com/xiph/opus.git
|
url = https://github.com/xiph/opus.git
|
||||||
[submodule "SDL"]
|
|
||||||
path = externals/SDL
|
|
||||||
url = https://github.com/libsdl-org/SDL.git
|
|
||||||
[submodule "cpp-httplib"]
|
[submodule "cpp-httplib"]
|
||||||
path = externals/cpp-httplib
|
path = externals/cpp-httplib
|
||||||
url = https://github.com/yhirose/cpp-httplib.git
|
url = https://github.com/yhirose/cpp-httplib.git
|
||||||
|
|
@ -61,3 +58,6 @@
|
||||||
[submodule "externals/Vulkan-Headers"]
|
[submodule "externals/Vulkan-Headers"]
|
||||||
path = externals/Vulkan-Headers
|
path = externals/Vulkan-Headers
|
||||||
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
url = https://github.com/KhronosGroup/Vulkan-Headers.git
|
||||||
|
[submodule "externals/SDL"]
|
||||||
|
path = externals/SDL
|
||||||
|
url = https://github.com/libsdl-org/SDL.git
|
||||||
|
|
|
||||||
2
externals/SDL
vendored
2
externals/SDL
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit cc016b0046d563287f0aa9f09b958b5e70d43696
|
Subproject commit 2359383fc187386204c3bb22de89655a494cd128
|
||||||
Loading…
Reference in a new issue