diff options
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" |
