From d5840eaabea8f7815ea38087a58ee0050d12027d Mon Sep 17 00:00:00 2001 From: Tipragot Date: Thu, 22 Feb 2024 20:36:09 +0000 Subject: [PATCH] Remove useless dependencies (#62) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tipragot Reviewed-on: https://git.tipragot.fr/corentin/border-wars/pulls/62 Reviewed-by: Corentin Reviewed-by: Raphaƫl --- crates/border-wars/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/border-wars/Cargo.toml b/crates/border-wars/Cargo.toml index ccb73ba..fc84f96 100644 --- a/crates/border-wars/Cargo.toml +++ b/crates/border-wars/Cargo.toml @@ -14,6 +14,4 @@ workspace = true bevy = "0.12.1" bevy_egui = "0.24.0" noise = "0.8.2" -num = "0.4.1" -partial-min-max = "0.4.0" paste = "1.0.14"