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 /Cargo.lock | |
parent | 09b9f3c1cbd93c75b2fe69257b278ad3f993adf4 (diff) |
refactor(engine): remove reexports of glfw crate items
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -144,6 +144,7 @@ dependencies = [ "seq-macro", "thiserror", "tracing", + "util-macros", ] [[package]] |