diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-06 20:00:52 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-06 20:00:52 +0200 |
| commit | 582128a649abc2f460ca00f45571deaf28dd526e (patch) | |
| tree | fe7e36e91a5e3361d9eb84f4c4bb91d8b4fa2e42 /engine/Cargo.toml | |
| parent | 93274fa4d819e9037e2dc424ce2e1b82d4809280 (diff) | |
chore(engine): re-export engine-reflection crate in reflection module
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |
