diff options
author | HampusM <hampus@hampusmat.com> | 2024-02-28 20:32:35 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-02-28 21:34:18 +0100 |
commit | c1ec41dffb488109740bce2c2354db917fb6c20f (patch) | |
tree | 5755830de21d28c57ca08474779a885337ab2d48 /Cargo.toml | |
parent | 815d04da602c58ed8b13eeb612fe73180204039d (diff) |
feat: add utility macros library
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [workspace] -members = ["glfw", "engine", "ecs", "ecs-macros"] +members = ["glfw", "engine", "ecs", "ecs-macros", "util-macros"] [dependencies] engine = { path = "./engine", features = ["debug"] } |