chore: added the chrono crate back to the Cargo.toml of the crates

This commit is contained in:
lisk77 2025-04-15 20:31:33 +02:00
parent 0d6d55b9d8
commit 982323f671
7 changed files with 11 additions and 4 deletions

View file

@ -9,6 +9,7 @@ wgpu = { version = "22.0", features = ["spirv"] }
anyhow = "1.0"
bytemuck = { version = "1.16", features = [ "derive" ] }
ab_glyph = "0.2.29"
chrono = "0.4.40"
[dependencies.image]
version = "0.24"