Compare commits
No commits in common. "0fb985c4f9efcd385c8620fcbb38d0c06ea7be86" and "586b49f4a808a75e19c7a4c71f0e99cfa5a73186" have entirely different histories.
0fb985c4f9
...
586b49f4a8
4
external/sdl/CMakeLists.txt
vendored
4
external/sdl/CMakeLists.txt
vendored
@ -27,9 +27,7 @@ if (NOT TARGET SDL3::SDL3)
|
||||
#GIT_TAG afdf325fb4090e93a124519d1a3bc1fbe0ba9025 # bad
|
||||
#GIT_TAG e292d1f5ace469f718d7b6b4dec8c28e37dcaa0e # tip 05-10-2024 (3.1.3)
|
||||
#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 f8468d580d903e106640800034a4721aca24264c # tip 15-11-2024
|
||||
|
||||
FIND_PACKAGE_ARGS # for the future
|
||||
)
|
||||
|
8
flake.lock
generated
8
flake.lock
generated
@ -63,17 +63,17 @@
|
||||
"sdl3": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1735776928,
|
||||
"narHash": "sha256-jtEOBBX4rRp2RUW4/nZ5l/tuQ9zWeO+bF20neRl1sII=",
|
||||
"lastModified": 1731694817,
|
||||
"narHash": "sha256-d1d1LSVhvXnyr7BH0pnsAEgqczW3viMO7We87lr9o18=",
|
||||
"owner": "libsdl-org",
|
||||
"repo": "SDL",
|
||||
"rev": "f8f8d87bfaf3d8557a5c13e0072964a537569b6c",
|
||||
"rev": "f8468d580d903e106640800034a4721aca24264c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "libsdl-org",
|
||||
"repo": "SDL",
|
||||
"rev": "f8f8d87bfaf3d8557a5c13e0072964a537569b6c",
|
||||
"rev": "f8468d580d903e106640800034a4721aca24264c",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
@ -1,9 +1,7 @@
|
||||
{
|
||||
description = "tomato flake";
|
||||
# bc flakes and git submodules dont really like each other, you need to
|
||||
# append '.?submodules=1#' to the nix commands.
|
||||
|
||||
# $ nix bundle --bundler github:ralismark/nix-appimage 'git+file:///home/green/workspace/tox/tomato?submodules=1#'
|
||||
# append '.?submodules=1' to the nix commands.
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
|
||||
@ -13,7 +11,7 @@
|
||||
flake = false;
|
||||
};
|
||||
sdl3 = {
|
||||
url = "github:libsdl-org/SDL/f8f8d87bfaf3d8557a5c13e0072964a537569b6c"; # keep in sync this cmake
|
||||
url = "github:libsdl-org/SDL/f8468d580d903e106640800034a4721aca24264c"; # keep in sync this cmake
|
||||
flake = false;
|
||||
};
|
||||
sdl3_image = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user