From 0ab17728be9b6852499ba644f2aa5ddd5c473e73 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 31 Oct 2025 13:05:17 -0400 Subject: dungeon: remove unused rand_chacha --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93d27a1..ac2f59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ dungeon = { path = "dungeon" } game = { path = "game" } graphics = { path = "graphics" } rand = "0.9" -rand_chacha = "0.9" raylib = "5.5" strum = "0.27" strum_macros = "0.27" -- cgit v1.2.3-freya