diff options
author | HampusM <hampus@hampusmat.com> | 2024-11-24 21:04:30 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-11-24 21:04:30 +0100 |
commit | 09b9f3c1cbd93c75b2fe69257b278ad3f993adf4 (patch) | |
tree | 8de3ad13c46ec6856e81dc75c047facc11c747c2 /Cargo.toml | |
parent | b233ff766a2e399a0a48a98e1f2121e960254950 (diff) |
refactor(engine): remove 'debug' crate feature flag
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ edition = "2021" members = ["glfw", "engine", "ecs", "ecs-macros", "util-macros"] [dependencies] -engine = { path = "./engine", features = ["debug"] } +engine = { path = "./engine" } tracing = "0.1.39" tracing-subscriber = "0.3.17" |