diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-05 18:17:55 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-05 18:17:55 +0200 |
| commit | 7959b51dbb2dbe13297a1ee0702eb4831348703e (patch) | |
| tree | 818586135d289b7816ebb8722893fec15c624e7b /Cargo.toml | |
| parent | 370db2f2c4406f3373be9065cda8fcdb3929b693 (diff) | |
chore: use tracing-subscriber crate's tracing-log feature
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -17,9 +17,7 @@ opengl-bindings = { path = "opengl-bindings" } [dependencies] engine = { path = "./engine" } tracing = { version = "0.1.39", features = ["max_level_trace", "release_max_level_warn"] } -tracing-log = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.17" -default-features = false -features = ["std", "ansi", "fmt", "smallvec", "env-filter", "chrono"] +features = ["env-filter", "chrono", "tracing-log"] |
