add: basic game

This commit is contained in:
Charles
2024-12-21 00:38:36 -08:00
parent d1e2668bf8
commit d6853a1f37
60 changed files with 354 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
{
defaultPackage = naersk-lib.buildPackage ./.;
devShell = with pkgs; mkShell {
buildInputs = [ cargo rustc rustfmt pre-commit rustPackages.clippy ];
buildInputs = [ cargo rustc rustfmt pre-commit rustPackages.clippy SDL2 SDL2_image ];
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
}