Skip to content

Commit

Permalink
update sdl to preview-3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Jan 8, 2025
1 parent 0a83a12 commit b226e94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion external/sdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b226e94

Please sign in to comment.