diff options
author | HampusM <hampus@hampusmat.com> | 2024-03-02 11:24:08 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-03-02 11:24:08 +0100 |
commit | 7c6391c1bea40c5260f4a750adc9d3c648b05db9 (patch) | |
tree | 9607e84b7c999c4e8722aff34451dfedf3c301b7 /ecs/Cargo.toml | |
parent | 697e29e5ad4a09110180736294b8a1330a13eb6e (diff) |
chore(ecs): remove build dependencies
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r-- | ecs/Cargo.toml | 5 |
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" - |