diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-30 15:40:19 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-30 15:40:19 +0200 |
| commit | ac9bbe183e144105b117f78d923ed5b258c12f69 (patch) | |
| tree | 14726996b99dc770be7b1036180827a7bee223fe /Cargo.toml | |
| parent | d184ab240f9027519a21157b8bf3f6bfb3e997b5 (diff) | |
feat: make log crate records converted to tracing events
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +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" |
