summaryrefslogtreecommitdiff
path: root/ecs/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-03-02 11:24:08 +0100
committerHampusM <hampus@hampusmat.com>2024-03-02 11:24:08 +0100
commit7c6391c1bea40c5260f4a750adc9d3c648b05db9 (patch)
tree9607e84b7c999c4e8722aff34451dfedf3c301b7 /ecs/Cargo.toml
parent697e29e5ad4a09110180736294b8a1330a13eb6e (diff)
chore(ecs): remove build dependencies
Diffstat (limited to 'ecs/Cargo.toml')
-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"
-