summaryrefslogtreecommitdiff
path: root/ecs
diff options
context:
space:
mode:
Diffstat (limited to 'ecs')
-rw-r--r--ecs/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
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"
-