From 7c6391c1bea40c5260f4a750adc9d3c648b05db9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 2 Mar 2024 11:24:08 +0100 Subject: chore(ecs): remove build dependencies --- ecs/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ecs') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 618dd48..44f1b24 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -9,8 +9,3 @@ paste = "1.0.14" ecs-macros = { path = "../ecs-macros" } util-macros = { path = "../util-macros" } -[build-dependencies] -quote = "1.0.35" -proc-macro2 = "1.0.78" -itertools = "0.12.1" - -- cgit v1.2.3-18-g5258