forked from Green-Sky/tomato
update sdl_image to 3.2.4
This commit is contained in:
parent
de75a067a3
commit
ace5ea9bf0
3
external/sdl_image/CMakeLists.txt
vendored
3
external/sdl_image/CMakeLists.txt
vendored
@ -44,7 +44,8 @@ if (NOT TARGET SDL3_image::SDL3_image)
|
|||||||
#GIT_TAG c1b272450d306db3845086cc231acae736b92f4f # tip 09-09-2024
|
#GIT_TAG c1b272450d306db3845086cc231acae736b92f4f # tip 09-09-2024
|
||||||
#GIT_TAG b56e6c4d1a1c03b3904a8ad21f1fa73c651ffbfc # tip 17-09-2024
|
#GIT_TAG b56e6c4d1a1c03b3904a8ad21f1fa73c651ffbfc # tip 17-09-2024
|
||||||
#GIT_TAG 6f4584340b9b78542d11bf0232a1a0862de1f0a9 # tip 25-09-2024
|
#GIT_TAG 6f4584340b9b78542d11bf0232a1a0862de1f0a9 # tip 25-09-2024
|
||||||
GIT_TAG 4ff27afa450eabd2a827e49ed86fab9e3bf826c5 # prerelease-3.1.1
|
#GIT_TAG 4ff27afa450eabd2a827e49ed86fab9e3bf826c5 # prerelease-3.1.1
|
||||||
|
GIT_TAG 11154afb7855293159588b245b446a4ef09e574f # release-3.2.4
|
||||||
FIND_PACKAGE_ARGS # for the future
|
FIND_PACKAGE_ARGS # for the future
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SDL3_image)
|
FetchContent_MakeAvailable(SDL3_image)
|
||||||
|
8
flake.lock
generated
8
flake.lock
generated
@ -118,17 +118,17 @@
|
|||||||
"sdl3_image": {
|
"sdl3_image": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737599532,
|
"lastModified": 1741038197,
|
||||||
"narHash": "sha256-uOrWjNvCeig2M8tdziBucwoZfNKGjBmzqyV1KSqUABk=",
|
"narHash": "sha256-/orQ+YfH0CV8DOqXFMF9fOT4YaVpC1t55xM3j520Png=",
|
||||||
"owner": "libsdl-org",
|
"owner": "libsdl-org",
|
||||||
"repo": "SDL_image",
|
"repo": "SDL_image",
|
||||||
"rev": "4ff27afa450eabd2a827e49ed86fab9e3bf826c5",
|
"rev": "11154afb7855293159588b245b446a4ef09e574f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "libsdl-org",
|
"owner": "libsdl-org",
|
||||||
"repo": "SDL_image",
|
"repo": "SDL_image",
|
||||||
"rev": "4ff27afa450eabd2a827e49ed86fab9e3bf826c5",
|
"rev": "11154afb7855293159588b245b446a4ef09e574f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
sdl3_image = {
|
sdl3_image = {
|
||||||
url = "github:libsdl-org/SDL_image/4ff27afa450eabd2a827e49ed86fab9e3bf826c5";
|
url = "github:libsdl-org/SDL_image/11154afb7855293159588b245b446a4ef09e574f";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
plutosvg = {
|
plutosvg = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user