feat: push logs to a dedicated buffer

This commit is contained in:
Chance 2025-04-12 21:03:31 -04:00 committed by BitSyndicate
parent 6ce3e627cc
commit f9c2b93c01
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
3 changed files with 2426 additions and 2 deletions

View file

@ -25,4 +25,12 @@ split-debuginfo = "off"
[profile.dev]
debug = 0
[dependencies]
terminator = "0.3.2"
thiserror = "2.0.12"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
vulkano = "0.35.1"
winit = "0.30.9"