update sdl to preview-3.1.8
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-08 14:56:52 +01:00
parent 0a83a1252b
commit b226e9436d
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View File

@ -29,7 +29,8 @@ if (NOT TARGET SDL3::SDL3)
#GIT_TAG 2654d5d48b8f764148a7c246fea85b32b1133578 # tip 18-10-2024
#GIT_TAG f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024
#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)
FIND_PACKAGE_ARGS # for the future
)

8
flake.lock generated
View File

@ -63,17 +63,17 @@
"sdl3": {
"flake": false,
"locked": {
"lastModified": 1735776928,
"narHash": "sha256-jtEOBBX4rRp2RUW4/nZ5l/tuQ9zWeO+bF20neRl1sII=",
"lastModified": 1736299979,
"narHash": "sha256-yfnW5y99EegifRavvZWmXPH2NFPKWoe90RmGDGk6PI4=",
"owner": "libsdl-org",
"repo": "SDL",
"rev": "f8f8d87bfaf3d8557a5c13e0072964a537569b6c",
"rev": "22422f7748d5128135995ed34c8f8012861c7332",
"type": "github"
},
"original": {
"owner": "libsdl-org",
"repo": "SDL",
"rev": "f8f8d87bfaf3d8557a5c13e0072964a537569b6c",
"rev": "22422f7748d5128135995ed34c8f8012861c7332",
"type": "github"
}
},

View File

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