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

This commit is contained in:
Green Sky
2025-11-01 19:53:10 +01:00
parent 0a26a76dc6
commit e6da835fc0
3 changed files with 7 additions and 6 deletions

View File

@@ -55,7 +55,8 @@ if (NOT TARGET SDL3::SDL3)
#GIT_TAG f6864924f76e1a0b4abaefc76ae2ed22b1a8916e # tip 05-03-2025 (3.2.8)
#GIT_TAG 877399b2b2cf21e67554ed9046410f268ce1d1b2 # 3.2.10
#GIT_TAG 5ac37a8ffcf89da390404c1016833d56e2d67ae4 # 3.2.12
GIT_TAG a8589a84226a6202831a3d49ff4edda4acab9acd # 3.2.24
#GIT_TAG a8589a84226a6202831a3d49ff4edda4acab9acd # 3.2.24
GIT_TAG badbf8da4ee72b3ef599c721ffc9899e8d7c8d90 # 3.2.26
FIND_PACKAGE_ARGS # for the future
)

8
flake.lock generated
View File

@@ -119,17 +119,17 @@
"sdl3": {
"flake": false,
"locked": {
"lastModified": 1759427552,
"narHash": "sha256-LUkj9Rrf+zOW0IdV7aGccb/5bKh3TWf1IGtQkCDHd4k=",
"lastModified": 1761843138,
"narHash": "sha256-edcub/zeho4mB3tItp+PSD5l+H6jUPm3seiBP6ppT0k=",
"owner": "libsdl-org",
"repo": "SDL",
"rev": "a8589a84226a6202831a3d49ff4edda4acab9acd",
"rev": "badbf8da4ee72b3ef599c721ffc9899e8d7c8d90",
"type": "github"
},
"original": {
"owner": "libsdl-org",
"repo": "SDL",
"rev": "a8589a84226a6202831a3d49ff4edda4acab9acd",
"rev": "badbf8da4ee72b3ef599c721ffc9899e8d7c8d90",
"type": "github"
}
},

View File

@@ -13,7 +13,7 @@
flake = false;
};
sdl3 = {
url = "github:libsdl-org/SDL/a8589a84226a6202831a3d49ff4edda4acab9acd"; # keep in sync with cmake
url = "github:libsdl-org/SDL/badbf8da4ee72b3ef599c721ffc9899e8d7c8d90"; # keep in sync with cmake
flake = false;
};
sdl3_image = {