mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
chore: cleaned Cargo.toml for almost every crate
This commit is contained in:
parent
bff41fa188
commit
0296ef19a9
8 changed files with 5 additions and 37 deletions
|
@ -13,15 +13,8 @@ comet_input = { path = "../comet_input" }
|
||||||
comet_structs = { path = "../comet_structs" }
|
comet_structs = { path = "../comet_structs" }
|
||||||
|
|
||||||
winit = { version = "0.29", features = ["rwh_05"] }
|
winit = { version = "0.29", features = ["rwh_05"] }
|
||||||
env_logger = "0.10"
|
|
||||||
pollster = "0.3"
|
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"
|
winit_input_helper = "0.16.0"
|
||||||
spin_sleep = "1.2.1"
|
|
||||||
crossbeam-channel = "0.5.14"
|
crossbeam-channel = "0.5.14"
|
||||||
|
|
||||||
[dependencies.image]
|
[dependencies.image]
|
||||||
|
|
|
@ -6,11 +6,8 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
component_derive = { path = "./component_derive" }
|
component_derive = { path = "./component_derive" }
|
||||||
comet_math = { path = "../comet_math" }
|
comet_math = { path = "../comet_math" }
|
||||||
comet_resources = { path = "../comet_resources" }
|
|
||||||
comet_log = { path = "../comet_log" }
|
comet_log = { path = "../comet_log" }
|
||||||
comet_structs = { path = "../comet_structs" }
|
comet_structs = { path = "../comet_structs" }
|
||||||
comet_colors = { path = "../comet_colors" }
|
comet_colors = { path = "../comet_colors" }
|
||||||
wgpu = { version = "22.0" }
|
wgpu = { version = "22.0" }
|
||||||
|
|
||||||
chrono = "0.4"
|
|
||||||
bit-set = "0.8.0"
|
bit-set = "0.8.0"
|
|
@ -4,5 +4,4 @@ version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
winit = { version = "0.29", features = ["rwh_05"] }
|
winit = { version = "0.29", features = ["rwh_05"] }
|
||||||
winit_input_helper = "0.16.0"
|
|
|
@ -4,5 +4,4 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
colored = "2.0"
|
|
|
@ -5,6 +5,5 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
comet_log = { path = "../comet_log" }
|
comet_log = { path = "../comet_log" }
|
||||||
num-traits = "0.2.19"
|
rand = "0.9.0-beta.1"
|
||||||
chrono = "0.4.0"
|
image = { version = "0.24", default_features = false, features = ["png", "jpeg", "hdr"] }
|
||||||
rand = "0.9.0-beta.1"
|
|
|
@ -10,21 +10,7 @@ comet_resources = { path = "../comet_resources" }
|
||||||
comet_colors = { path = "../comet_colors" }
|
comet_colors = { path = "../comet_colors" }
|
||||||
comet_log = { path = "../comet_log" }
|
comet_log = { path = "../comet_log" }
|
||||||
comet_structs = { path = "../comet_structs" }
|
comet_structs = { path = "../comet_structs" }
|
||||||
|
|
||||||
cfg-if = "1"
|
|
||||||
anyhow = "1.0"
|
|
||||||
bytemuck = { version = "1.16", features = [ "derive" ] }
|
bytemuck = { version = "1.16", features = [ "derive" ] }
|
||||||
cgmath = "0.18"
|
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"]}
|
wgpu = { version = "22.0", features = ["glsl", "wgsl", "naga-ir"]}
|
||||||
winit = { version = "0.29", features = ["rwh_05"] }
|
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"]
|
|
|
@ -5,13 +5,9 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
comet_log = { path = "../comet_log" }
|
comet_log = { path = "../comet_log" }
|
||||||
chrono = "0.4.38"
|
|
||||||
|
|
||||||
wgpu = { version = "22.0", features = ["spirv"] }
|
wgpu = { version = "22.0", features = ["spirv"] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
tobj = { version = "3.2", default-features = false, features = ["async"]}
|
|
||||||
bytemuck = { version = "1.16", features = [ "derive" ] }
|
bytemuck = { version = "1.16", features = [ "derive" ] }
|
||||||
log = "0.4.22"
|
|
||||||
ab_glyph = "0.2.29"
|
ab_glyph = "0.2.29"
|
||||||
|
|
||||||
[dependencies.image]
|
[dependencies.image]
|
||||||
|
|
|
@ -5,4 +5,3 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
comet_log = { path = "../comet_log" }
|
comet_log = { path = "../comet_log" }
|
||||||
chrono = "0.4"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue