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

@ -13,4 +13,5 @@ comet_structs = { path = "../comet_structs" }
bytemuck = { version = "1.16", features = [ "derive" ] }
cgmath = "0.18"
wgpu = { version = "22.0", features = ["glsl", "wgsl", "naga-ir"]}
winit = { version = "0.29", features = ["rwh_05"] }
winit = { version = "0.29", features = ["rwh_05"] }
chrono = "0.4.40"