From 582128a649abc2f460ca00f45571deaf28dd526e Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 6 Jun 2026 20:00:52 +0200 Subject: chore(engine): re-export engine-reflection crate in reflection module --- engine/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 9803978..6bd7985 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -15,10 +15,11 @@ parking_lot = "0.12.3" safer-ffi = "0.1.13" nu-ansi-term = "0.46.0" crossbeam-queue = "0.3.12" +engine-macros = { workspace = true } engine-ecs = { workspace = true } +engine-reflection = { workspace = true } util-macros = { workspace = true } opengl-bindings = { workspace = true } -engine-macros = { workspace = true } [dependencies.winit] version = "0.30.11" -- cgit v1.2.3-18-g5258