chore: cleaned Cargo.toml for almost every crate

This commit is contained in:
lisk77 2025-04-12 23:18:00 +02:00
parent bff41fa188
commit 0296ef19a9
8 changed files with 5 additions and 37 deletions

View file

@ -13,15 +13,8 @@ comet_input = { path = "../comet_input" }
comet_structs = { path = "../comet_structs" }
winit = { version = "0.29", features = ["rwh_05"] }
env_logger = "0.10"
pollster = "0.3"
wgpu = { version = "22.0"}
log = "0.4.22"
anyhow = "1.0.89"
bytemuck = "1.18.0"
chrono = "0.4.0"
winit_input_helper = "0.16.0"
spin_sleep = "1.2.1"
crossbeam-channel = "0.5.14"
[dependencies.image]

View file

@ -6,11 +6,8 @@ edition = "2021"
[dependencies]
component_derive = { path = "./component_derive" }
comet_math = { path = "../comet_math" }
comet_resources = { path = "../comet_resources" }
comet_log = { path = "../comet_log" }
comet_structs = { path = "../comet_structs" }
comet_colors = { path = "../comet_colors" }
wgpu = { version = "22.0" }
chrono = "0.4"
bit-set = "0.8.0"

View file

@ -4,5 +4,4 @@ version = "0.1.1"
edition = "2021"
[dependencies]
winit = { version = "0.29", features = ["rwh_05"] }
winit_input_helper = "0.16.0"
winit = { version = "0.29", features = ["rwh_05"] }

View file

@ -4,5 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4"
colored = "2.0"
chrono = "0.4"

View file

@ -5,6 +5,5 @@ edition = "2021"
[dependencies]
comet_log = { path = "../comet_log" }
num-traits = "0.2.19"
chrono = "0.4.0"
rand = "0.9.0-beta.1"
rand = "0.9.0-beta.1"
image = { version = "0.24", default_features = false, features = ["png", "jpeg", "hdr"] }

View file

@ -10,21 +10,7 @@ comet_resources = { path = "../comet_resources" }
comet_colors = { path = "../comet_colors" }
comet_log = { path = "../comet_log" }
comet_structs = { path = "../comet_structs" }
cfg-if = "1"
anyhow = "1.0"
bytemuck = { version = "1.16", features = [ "derive" ] }
cgmath = "0.18"
env_logger = "0.10"
pollster = "0.3"
log = "0.4"
tobj = { version = "3.2", default-features = false, features = ["async"]}
wgpu = { version = "22.0", features = ["glsl", "wgsl", "naga-ir"]}
winit = { version = "0.29", features = ["rwh_05"] }
instant = "0.1"
chrono = "0.4.0"
[dependencies.image]
version = "0.24"
default-features = false
features = ["png", "jpeg", "hdr"]
winit = { version = "0.29", features = ["rwh_05"] }

View file

@ -5,13 +5,9 @@ edition = "2021"
[dependencies]
comet_log = { path = "../comet_log" }
chrono = "0.4.38"
wgpu = { version = "22.0", features = ["spirv"] }
anyhow = "1.0"
tobj = { version = "3.2", default-features = false, features = ["async"]}
bytemuck = { version = "1.16", features = [ "derive" ] }
log = "0.4.22"
ab_glyph = "0.2.29"
[dependencies.image]

View file

@ -5,4 +5,3 @@ edition = "2021"
[dependencies]
comet_log = { path = "../comet_log" }
chrono = "0.4"