From cdb1b0f88aee1570b9a0e2802125141cc91228fa Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 21 Sep 2026 18:27:28 +0200 Subject: build: use engine workspace dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55fe089..6c3489e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ util-macros= { path = "util-macros" } opengl-bindings = { path = "opengl-bindings" } [dependencies] -engine = { path = "./engine" } +engine = { workspace = true } tracing = { version = "0.1.39", features = ["max_level_trace", "release_max_level_warn"] } [dependencies.tracing-subscriber] -- cgit v1.2.3-18-g5258