aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-25 12:07:27 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-25 12:07:27 +0200
commite43289341eeeae0f775fecf1a97c49a29bc0edff (patch)
treef668176b9f5594c522d9600e4ab160479438abd2 /pixel-client/src/main.rs
parentbd206205d15f59551c89dc8714efee05356b0333 (diff)
downloadhurrycurry-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.rs1
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;