diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-25 12:07:27 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 12:07:27 +0200 |
commit | e43289341eeeae0f775fecf1a97c49a29bc0edff (patch) | |
tree | f668176b9f5594c522d9600e4ab160479438abd2 /pixel-client/src/main.rs | |
parent | bd206205d15f59551c89dc8714efee05356b0333 (diff) | |
download | hurrycurry-e43289341eeeae0f775fecf1a97c49a29bc0edff.tar hurrycurry-e43289341eeeae0f775fecf1a97c49a29bc0edff.tar.bz2 hurrycurry-e43289341eeeae0f775fecf1a97c49a29bc0edff.tar.zst |
pc: player collisions
Diffstat (limited to 'pixel-client/src/main.rs')
-rw-r--r-- | pixel-client/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixel-client/src/main.rs b/pixel-client/src/main.rs index 0ebe7b44..8c140fc5 100644 --- a/pixel-client/src/main.rs +++ b/pixel-client/src/main.rs @@ -15,6 +15,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ +#![feature(map_many_mut)] use clap::{Parser, Subcommand}; use game::Game; use hurrycurry_protocol::glam::Vec2; |