From 70bb8744cd742dc6c8a71ab174e4a1b058c7bec8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 8 Jul 2024 17:16:06 +0200 Subject: split off protocol into its own crate --- server/src/data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/data.rs') diff --git a/server/src/data.rs b/server/src/data.rs index bca7f543..fd028c94 100644 --- a/server/src/data.rs +++ b/server/src/data.rs @@ -19,10 +19,10 @@ use crate::{ entity::{construct_entity, Entity, EntityDecl}, interaction::Recipe, - protocol::{DemandIndex, ItemIndex, RecipeIndex, TileIndex}, }; use anyhow::{anyhow, bail, Result}; use glam::{IVec2, Vec2}; +use hurrycurry_protocol::{DemandIndex, ItemIndex, RecipeIndex, TileIndex}; use serde::{Deserialize, Serialize}; use std::{ collections::{HashMap, HashSet}, -- cgit v1.2.3-70-g09d2