diff options
author | HampusM <hampus@hampusmat.com> | 2024-11-24 22:20:27 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-11-24 22:20:27 +0100 |
commit | 1bc47aff63fdd81c3ddf1e2c2a718fc5d5330fed (patch) | |
tree | d5028bf5bcccd2b6a78d60bcc68091b958f98faf /engine/Cargo.toml | |
parent | 09b9f3c1cbd93c75b2fe69257b278ad3f993adf4 (diff) |
refactor(engine): remove reexports of glfw crate items
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index a2cc7aa..f6cd5cf 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -12,6 +12,7 @@ tracing = "0.1.39" seq-macro = "0.3.5" paste = "1.0.14" ecs = { path = "../ecs" } +util-macros = { path = "../util-macros" } [dependencies.image] version = "0.24.7" |