diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -125,6 +125,8 @@ dependencies = [ "ecs-macros", "paste", "seq-macro", + "thiserror", + "tracing", "util-macros", ] |
index : game | ||
A "game" written from scratch in Rust |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.lock | 2 |
@@ -125,6 +125,8 @@ dependencies = [ "ecs-macros", "paste", "seq-macro", + "thiserror", + "tracing", "util-macros", ] |