chore: run clippy and cargo fmt on pending changes

This commit is contained in:
Chance 2025-04-07 23:06:48 -04:00 committed by lily
parent 2b71c2d63b
commit 06cb7f9bec
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
8 changed files with 34 additions and 24 deletions

View file

@ -8,14 +8,13 @@ repository = "https://github.com/Zenyx-Engine/Zenyx"
# TBR (if possible)
backtrace = "0.3.74"
# TBR (if possible)
chrono = "0.4.39"
colored = "3.0.0"
parking_lot.workspace = true
# 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.
tokio = { version = "1.44.1", features = ["macros", "parking_lot", "rt-multi-thread"] }
tokio = { version = "1.44.2", features = ["macros", "parking_lot", "rt-multi-thread"] }
wgpu = "24.0.3"
winit = "0.30.9"
bytemuck = "1.21.0"