From 231a5ce21fcee9195fcc504ee672e4464d627c47 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 19 Oct 2025 20:21:27 +0200 Subject: Rename client-lib crate to game-core --- server/bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/bot/src/main.rs') diff --git a/server/bot/src/main.rs b/server/bot/src/main.rs index 22dc2e3f..2fbf274f 100644 --- a/server/bot/src/main.rs +++ b/server/bot/src/main.rs @@ -18,7 +18,7 @@ use anyhow::Result; use clap::Parser; use hurrycurry_bot::{BotAlgo, BotInput, algos::ALGO_CONSTRUCTORS}; -use hurrycurry_client_lib::{Game, network::sync::Network}; +use hurrycurry_game_core::{Game, network::sync::Network}; use hurrycurry_protocol::{Character, Hand, ItemLocation, PacketC, PacketS, PlayerClass, PlayerID}; use log::warn; use std::{thread::sleep, time::Duration}; -- cgit v1.3