From 21aafa3b070425e1fa84d2c6bb322e75cb52dfd5 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 17 Mar 2026 13:18:56 +0100 Subject: feat(engine): add macro for reflection --- 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 8e46bef..4e4600d 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -18,6 +18,7 @@ nu-ansi-term = "0.46.0" ecs = { path = "../ecs" } util-macros = { path = "../util-macros" } opengl-bindings = { path = "../opengl-bindings" } +engine-macros = { path = "../engine-macros" } [dependencies.winit] version = "0.30.11" -- cgit v1.2.3-18-g5258