From 5994ed908d320799c06848ff5276550966ed9ff9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 18 Oct 2025 01:43:15 -0400 Subject: graphics: remove anyhow (it was not being used) --- graphics/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 37c651a..5bb7680 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] -anyhow = "1" dungeon = { path = "../dungeon" } raylib = "5.5" -- cgit v1.2.3-freya