update sdl dep

This commit is contained in:
Green Sky 2024-04-27 13:43:39 +02:00
parent c3a7d1521a
commit 07070dd2d4
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,8 @@ if (NOT TARGET SDL3::SDL3)
FetchContent_Declare(SDL3
GIT_REPOSITORY https://github.com/libsdl-org/SDL
GIT_TAG 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 # tip when looking
#GIT_TAG 0429f5d6a36fc35b551bcc2acd4a40c2db6dab82 # tip when looking
GIT_TAG 14f584a94bfd49cf1524db75bf3c419fdf9436cd # tip 26-04-2024
FIND_PACKAGE_ARGS # for the future
)
FetchContent_MakeAvailable(SDL3)

View File

@ -63,17 +63,17 @@
"sdl3": {
"flake": false,
"locked": {
"lastModified": 1713196978,
"narHash": "sha256-qn6YChphDi2p1GRwAEno6QI1rDNEmly+tElzDJnOcvg=",
"lastModified": 1714100414,
"narHash": "sha256-eaiVG5WJoLnFvdpYBR+DF+YuMu5C3lA1SKuzN8+hfDM=",
"owner": "libsdl-org",
"repo": "SDL",
"rev": "0429f5d6a36fc35b551bcc2acd4a40c2db6dab82",
"rev": "14f584a94bfd49cf1524db75bf3c419fdf9436cd",
"type": "github"
},
"original": {
"owner": "libsdl-org",
"repo": "SDL",
"rev": "0429f5d6a36fc35b551bcc2acd4a40c2db6dab82",
"rev": "14f584a94bfd49cf1524db75bf3c419fdf9436cd",
"type": "github"
}
},

View File

@ -11,7 +11,7 @@
flake = false;
};
sdl3 = {
url = "github:libsdl-org/SDL/0429f5d6a36fc35b551bcc2acd4a40c2db6dab82"; # keep in sync this cmake
url = "github:libsdl-org/SDL/14f584a94bfd49cf1524db75bf3c419fdf9436cd"; # keep in sync this cmake
flake = false;
};
sdl3_image = {