1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-11 01:45:19 +01:00

shell.nix: replace SDL2 with SDL3

This commit is contained in:
y5nw
2025-12-08 23:19:35 +01:00
committed by GitHub
parent 6daf3871e7
commit 569406ee8f

View File

@@ -14,7 +14,7 @@ pkgs.mkShell {
pkgs.libpng
pkgs.libGL
pkgs.luajit
pkgs.SDL2
pkgs.sdl3
pkgs.openal
pkgs.curl
pkgs.libvorbis