texture support

This commit is contained in:
Rakarake 2026-03-12 14:03:37 +01:00
parent d4a5fea127
commit b17759b34a
6 changed files with 8087 additions and 14 deletions

View file

@ -22,8 +22,6 @@
];
buildInputs = with pkgs; [
libGL
libpng
libjpeg
];
makeFlags = [ "PREFIX=$(out)" ];
};