improve error handling and add metadata

This commit is contained in:
Chance 2025-04-03 01:00:24 -04:00 committed by BitSyndicate
parent 87cef23366
commit b8d5c09d08
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
17 changed files with 1162 additions and 787 deletions

View file

@ -5,26 +5,14 @@ edition = "2024"
repository = "https://github.com/Zenyx-Engine/Zenyx"
[dependencies]
# TBR
anyhow = "1.0.94"
# TBR (if possible)
backtrace = "0.3.74"
# TBR (if possible)
chrono = "0.4.39"
colored = "3.0.0"
# TBR (if possible)
crashreport = "1.0.1"
# TBR
dirs-next = "2.0.0"
# TBR == (To be removed)
# TBR
lazy_static.workspace = true
# TBR
once_cell = "1.21.1"
parking_lot.workspace = true
# TBR (if possible)
regex = "1.11.1"
# TBR (if possible)
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.
@ -38,8 +26,14 @@ cgmath = "0.18.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
# TBR
typenum = { version = "1.18.0", features = ["const-generics"] }
tobj = { version = "4.0.3", features = ["tokio"] }
ahash = "0.8.11"
wgpu_text = "0.9.2"
toml = "0.8.20"
serde = { version = "1.0.219", features = ["derive"] }
native-dialog = "0.7.0"
sysinfo = "0.34.2"
raw-cpuid = "11.5.0"
[build-dependencies]
built = { version = "0.7.7", features = ["chrono"] }