use workspace dependencies
This commit is contained in:
parent
adfcdd37c1
commit
e3db023ec4
|
@ -18,13 +18,16 @@ vk-mem = "0.4.0"
|
||||||
crossbeam = "0.8.4"
|
crossbeam = "0.8.4"
|
||||||
parking_lot = "0.12.3"
|
parking_lot = "0.12.3"
|
||||||
smol.workspace = true
|
smol.workspace = true
|
||||||
|
bitflags.workspace = true
|
||||||
|
petgraph.workspace = true
|
||||||
|
itertools.workspace = true
|
||||||
|
indexmap.workspace = true
|
||||||
|
bytemuck = { version = "1.21.0", features = ["derive"] }
|
||||||
|
|
||||||
|
|
||||||
raw-window-handle = { workspace = true }
|
raw-window-handle = { workspace = true }
|
||||||
egui = { workspace = true , features = ["bytemuck"]}
|
egui = { workspace = true , features = ["bytemuck"]}
|
||||||
egui_winit_platform = { workspace = true }
|
egui_winit_platform = { workspace = true }
|
||||||
bytemuck = { version = "1.21.0", features = ["derive"] }
|
|
||||||
indexmap = "2.7.0"
|
|
||||||
itertools = "0.14.0"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tracing-test = "0.2.5"
|
tracing-test = "0.2.5"
|
||||||
|
|
Loading…
Reference in a new issue