From 5fad25abc6ab0632b8594c84f59fa5c1eec06d2f Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 2 Oct 2025 18:52:47 +0300 Subject: Replace raylib with sdl3 --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e356d51..5e1a282 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,9 @@ alsa-lib - raylib + sdl3 + sdl3-ttf + sdl3-image ]; }; } @@ -41,7 +43,7 @@ name = "crynth"; src = ./.; buildInputs = with pkgs; [ - raylib + sdl3 alsa-lib ]; -- cgit v1.2.3