feat: add more useful debug information to system metadata
This commit is contained in:
parent
4a46c0e438
commit
7739275353
5 changed files with 1055 additions and 42 deletions
|
@ -17,7 +17,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"
|
||||
|
@ -39,3 +39,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