chore: run clippy and cargo fmt on pending changes
This commit is contained in:
parent
e3e38ff786
commit
44ff41ea45
8 changed files with 34 additions and 24 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue