diff options
author | HampusM <hampus@hampusmat.com> | 2024-11-02 21:11:55 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-11-02 21:13:30 +0100 |
commit | f71f967a8d804181038116fe2ad9776c08ddcfbc (patch) | |
tree | ea668d78f5ff513d709cad329b7ba631fdff0dca /ecs/Cargo.toml | |
parent | 61dfbc23b9d68b39eee388fd0bc7df4d02da61f9 (diff) |
feat(ecs): add creating static entities
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r-- | ecs/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 069482d..0f86ef7 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -12,6 +12,7 @@ seq-macro = "0.3.5" paste = "1.0.14" thiserror = "1.0.49" tracing = { version = "0.1.39", optional = true } +linkme = "0.3.29" ecs-macros = { path = "../ecs-macros" } util-macros = { path = "../util-macros" } |