From e43289341eeeae0f775fecf1a97c49a29bc0edff Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Jul 2024 12:07:27 +0200 Subject: pc: player collisions --- pixel-client/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'pixel-client/src/main.rs') 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 . */ +#![feature(map_many_mut)] use clap::{Parser, Subcommand}; use game::Game; use hurrycurry_protocol::glam::Vec2; -- cgit v1.2.3-70-g09d2