summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-09-21 18:27:28 +0200
committerHampusM <hampus@hampusmat.com>2026-09-21 18:27:28 +0200
commitcdb1b0f88aee1570b9a0e2802125141cc91228fa (patch)
tree347cda06e581f30e720759181e74be25e2beefad
parent552aa5fc3d318fba4e9db49ce5fa67fc8c4ea5f2 (diff)
build: use engine workspace dependency
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]