ui testing

This commit is contained in:
2026-02-18 21:58:08 -06:00
parent 087fc4a16c
commit c937e0834c
7 changed files with 57 additions and 8 deletions

View File

@@ -24,8 +24,8 @@
buildInputs = with pkgs; [
libGL
# X11 dependencies for Raylib
raylib
raygui
xorg.libX11
xorg.libXcursor
xorg.libXi
@@ -38,6 +38,7 @@
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${with pkgs; lib.makeLibraryPath [
libGL
raylib
raygui
xorg.libX11
xorg.libXcursor
xorg.libXi