mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 13:38:48 +00:00
chore: added the chrono
crate back to the Cargo.toml of the crates
This commit is contained in:
parent
0d6d55b9d8
commit
982323f671
7 changed files with 11 additions and 4 deletions
|
@ -16,6 +16,7 @@ winit = { version = "0.29", features = ["rwh_05"] }
|
|||
pollster = "0.3"
|
||||
winit_input_helper = "0.16.0"
|
||||
crossbeam-channel = "0.5.14"
|
||||
chrono = "0.4.40"
|
||||
|
||||
[dependencies.image]
|
||||
version = "0.24"
|
||||
|
|
|
@ -5,4 +5,5 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
comet_math = { path = "../comet_math" }
|
||||
wgpu = { version = "22.0" }
|
||||
wgpu = { version = "22.0" }
|
||||
chrono = "0.4.40"
|
|
@ -10,4 +10,5 @@ comet_log = { path = "../comet_log" }
|
|||
comet_structs = { path = "../comet_structs" }
|
||||
comet_colors = { path = "../comet_colors" }
|
||||
wgpu = { version = "22.0" }
|
||||
bit-set = "0.8.0"
|
||||
bit-set = "0.8.0"
|
||||
chrono = "0.4.40"
|
|
@ -6,4 +6,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
comet_log = { path = "../comet_log" }
|
||||
rand = "0.9.0-beta.1"
|
||||
image = { version = "0.24", default_features = false, features = ["png", "jpeg", "hdr"] }
|
||||
image = { version = "0.24", default_features = false, features = ["png", "jpeg", "hdr"] }
|
||||
chrono = "0.4.40"
|
|
@ -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"
|
|
@ -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"
|
||||
|
|
|
@ -5,3 +5,4 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
comet_log = { path = "../comet_log" }
|
||||
chrono = "0.4.40"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue