50 lines
1.3 KiB
TOML
50 lines
1.3 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["common", "goo_format", "mslicer", "remote_send", "slicer"]
|
|
|
|
[workspace.dependencies]
|
|
afire = "3.0.0-alpha.3"
|
|
anyhow = "1.0.86"
|
|
bincode = "1.3.3"
|
|
bitflags = "2.5.0"
|
|
bytemuck = "1.16.1"
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
clone-macro = "0.1.0"
|
|
const_format = "0.2.32"
|
|
criterion = "0.5.1"
|
|
dirs = "5.0.1"
|
|
eframe = { version = "0.27.2", features = ["wgpu", "serde"] }
|
|
egui = "0.27.2"
|
|
egui-phosphor = { git = "https://github.com/connorslade/egui-phosphor" }
|
|
egui-wgpu = "0.27.2"
|
|
egui_dock = { version = "0.12.0", features = ["serde"] }
|
|
egui_tracing = "0.2.2"
|
|
encase = { version = "0.8.0", features = ["nalgebra"] }
|
|
image = "0.25.1"
|
|
imageproc = "0.25.0"
|
|
itertools = "0.13.0"
|
|
libblur = "0.15.1"
|
|
markdown = "0.3.0"
|
|
md5 = "0.7.0"
|
|
nalgebra = { version = "0.32.6", features = ["serde-serialize"] }
|
|
notify-rust = "4.11.0"
|
|
num-traits = "0.2.19"
|
|
obj-rs = "0.7.1"
|
|
open = "5.3.0"
|
|
ordered-float = "4.2.0"
|
|
parking_lot = "0.12.3"
|
|
plexus = "0.0.11"
|
|
rand = "0.8.5"
|
|
rayon = "1.10.0"
|
|
rfd = "0.14.1"
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
|
serde_json = "1.0.120"
|
|
serde_repr = "0.1.19"
|
|
soon = { git = "https://github.com/connorslade/misc" }
|
|
stl_io = "0.7.0"
|
|
toml = "0.8.16"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
wgpu = "0.19.4"
|