diff options
Diffstat (limited to 'graphics/Cargo.toml')
| -rw-r--r-- | graphics/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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" |