Started work on the multiplayer part of multiplayer game ( -_-)

This commit is contained in:
maxstrb 2025-11-23 22:30:57 +01:00
parent 9b3151b55d
commit 625d1e52fe
26 changed files with 587 additions and 437 deletions

View file

@ -19,7 +19,7 @@
buildInputs = with pkgs; [
gcc
gnumake
rust-bin.stable.latest.default
rust-bin.beta.latest.default
evcxr
];
};