From 1bc47aff63fdd81c3ddf1e2c2a718fc5d5330fed Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 24 Nov 2024 22:20:27 +0100 Subject: refactor(engine): remove reexports of glfw crate items --- engine/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/Cargo.toml') 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" -- cgit v1.2.3-18-g5258