feat: add more useful debug information to system metadata
This commit is contained in:
parent
bff7aff98c
commit
424efd9c98
5 changed files with 584 additions and 45 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue