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 8c81254227
commit 1002d925d6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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"