update sdl for fix
Some checks are pending
ContinuousDelivery / linux-ubuntu (push) Waiting to run
ContinuousDelivery / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Waiting to run
ContinuousDelivery / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android]) (push) Waiting to run
ContinuousDelivery / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Waiting to run
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / windows-asan (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / linux (push) Waiting to run
ContinuousIntegration / android (map[ndk_abi:arm64-v8a vcpkg_toolkit:arm64-android]) (push) Waiting to run
ContinuousIntegration / android (map[ndk_abi:armeabi-v7a vcpkg_toolkit:arm-neon-android]) (push) Waiting to run
ContinuousIntegration / android (map[ndk_abi:x86_64 vcpkg_toolkit:x64-android]) (push) Waiting to run
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run

This commit is contained in:
Green Sky 2025-01-14 23:31:41 +01:00
parent c6688e47b3
commit 291d5370a3
No known key found for this signature in database
4 changed files with 5 additions and 4 deletions

View File

@ -30,7 +30,8 @@ if (NOT TARGET SDL3::SDL3)
#GIT_TAG f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024 #GIT_TAG f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024
#GIT_TAG f40a530fd9fcdea79986de12d305426c0304d60e # tip 24-12-2024 - systray yay #GIT_TAG f40a530fd9fcdea79986de12d305426c0304d60e # tip 24-12-2024 - systray yay
#GIT_TAG f8f8d87bfaf3d8557a5c13e0072964a537569b6c # tip 02-01-2025 - android cam fix #GIT_TAG f8f8d87bfaf3d8557a5c13e0072964a537569b6c # tip 02-01-2025 - android cam fix
GIT_TAG 22422f7748d5128135995ed34c8f8012861c7332 # tip 07-01-2025 (3.1.8) #GIT_TAG 22422f7748d5128135995ed34c8f8012861c7332 # tip 07-01-2025 (3.1.8)
GIT_TAG 191a6417d581b79cab5698dee84554ea64b5ac61 # tip 14-01-2025 - hotplug asan crash fix
FIND_PACKAGE_ARGS # for the future FIND_PACKAGE_ARGS # for the future
) )

@ -1 +1 @@
Subproject commit 8ad10978b96837eb7949f32ef433c5b37c2aa458 Subproject commit 09300c1702f9bfb4cc857b904da33d51a94e0fe3

@ -1 +1 @@
Subproject commit 727c341899a82c911a27a5cac6d09bb23ce06b1d Subproject commit ebd6bcc48375e35fb02c6ec793dffd00c7731786

View File

@ -13,7 +13,7 @@
flake = false; flake = false;
}; };
sdl3 = { sdl3 = {
url = "github:libsdl-org/SDL/22422f7748d5128135995ed34c8f8012861c7332"; # keep in sync this cmake url = "github:libsdl-org/SDL/191a6417d581b79cab5698dee84554ea64b5ac61"; # keep in sync this cmake
flake = false; flake = false;
}; };
sdl3_image = { sdl3_image = {