feat: add more useful debug information to system metadata

This commit is contained in:
Chance 2025-04-03 18:21:19 -04:00 committed by lily
parent f7272d143e
commit 03b9ae2595
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
5 changed files with 584 additions and 45 deletions

View file

@ -16,7 +16,7 @@ regex = "1.11.1"
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
thiserror = "2.0.11"
# Tokio is heavy but so far its the best option, we should make better use of it or switch to another runtime.
tokio = { version = "1.44.1", features = ["fs", "macros", "parking_lot", "rt-multi-thread"] }
tokio = { version = "1.44.1", features = ["macros", "parking_lot", "rt-multi-thread"] }
wgpu = "24.0.3"
winit = "0.30.9"
bytemuck = "1.21.0"
@ -38,3 +38,5 @@ image = "0.25.6"
[build-dependencies]
built = { version = "0.7.7", features = ["chrono"] }
build-print = "0.1.1"
cargo-lock = "10.1.0"