diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
