From 2b9533c88d5ed00d98a9db586159c54cc9da7c34 Mon Sep 17 00:00:00 2001 From: IoIxD <30945097+IoIxD@users.noreply.github.com> Date: Sun, 12 May 2024 10:20:33 -0700 Subject: [PATCH] raylib/cargo: we don't need tcod in the root cargo.toml, its only used in the samples (#49) --- raylib/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/raylib/Cargo.toml b/raylib/Cargo.toml index 92537513..36b46b3c 100644 --- a/raylib/Cargo.toml +++ b/raylib/Cargo.toml @@ -21,7 +21,6 @@ serde = { version = "1.0.125", features = ["derive"], optional = true } serde_json = { version = "1.0.64", optional = true } nalgebra = { version = "0.26", optional = true } parking_lot = "0.12.1" -tcod = "0.15" specs-derive = "0.4.1" [dev-dependencies]