From d2155a718b76275f74a11c3fcf6287a8aaeb1acc Mon Sep 17 00:00:00 2001 From: dani Date: Sun, 23 Jul 2023 04:14:01 +0000 Subject: [PATCH] removed unnecessary dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a52932d..553309b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ keywords = ["gamedev"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lazy_static = "1.4.0" glam = "0.24.0" ascii = "1.1.0" gilrs = "0.10.2"