From 90f42ec7a3f28fb3a87c233a81e8f65de832983e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 17:19:25 +0200 Subject: move glam dep to protocol crate --- server/src/customer/pathfinding.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'server/src/customer/pathfinding.rs') diff --git a/server/src/customer/pathfinding.rs b/server/src/customer/pathfinding.rs index a2623e5c..29ee4e00 100644 --- a/server/src/customer/pathfinding.rs +++ b/server/src/customer/pathfinding.rs @@ -16,8 +16,10 @@ */ use super::movement::MovementBase; -use glam::{IVec2, Vec2}; -use hurrycurry_protocol::PacketS; +use hurrycurry_protocol::{ + glam::{IVec2, Vec2}, + PacketS, +}; use log::debug; use std::{ cmp::Ordering, -- cgit v1.2.3-70-g09d2