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) --- Cargo.lock | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e581bad..cf97153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,12 +11,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "anyhow" -version = "1.0.100" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" - [[package]] name = "bindgen" version = "0.70.1" @@ -137,7 +131,6 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" name = "graphics" version = "0.1.0" dependencies = [ - "anyhow", "dungeon", "raylib", ] -- cgit v1.2.3-freya