update sdl and sdl_image to latest

This commit is contained in:
2024-09-09 11:49:32 +02:00
parent 4b9fd6db81
commit 3b399fec5c
6 changed files with 22 additions and 20 deletions

View File

@ -11,11 +11,11 @@
flake = false;
};
sdl3 = {
url = "github:libsdl-org/SDL/67b973b5fad633b3be76d4daf4fd9fece292c25f"; # keep in sync this cmake
url = "github:libsdl-org/SDL/6e885d96193a4b0096fe7fed6d4e6c3e5f247283"; # keep in sync this cmake
flake = false;
};
sdl3_image = {
url = "github:libsdl-org/SDL_image/2a27018eda394a4e005cd8ba6bb3bfd0298809c7";
url = "github:libsdl-org/SDL_image/c1b272450d306db3845086cc231acae736b92f4f";
flake = false;
};
};