Display a rect on screen
This commit is contained in:
parent
de69cd8691
commit
41fdea4be2
2 changed files with 75 additions and 192 deletions
odin/sdl-opengl-rendering
|
@ -55,6 +55,7 @@
|
|||
# {{{ Shell
|
||||
devShell = pkgs.mkShell rec {
|
||||
nativeBuildInputs = [
|
||||
pkgs.pkg-config
|
||||
pkgs.entr # File change detection
|
||||
pkgs.odin # Compiler
|
||||
pkgs.mold # Linker
|
||||
|
@ -76,7 +77,6 @@
|
|||
pkgs.xorg.libXinerama
|
||||
pkgs.xorg.libXcursor
|
||||
pkgs.sdl3
|
||||
raylib
|
||||
];
|
||||
|
||||
LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath buildInputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue