19 lines
559 B
TOML
19 lines
559 B
TOML
[workspace.dependencies]
|
|
galactica-content = { path = "crates/content" }
|
|
galactica-render = { path = "crates/render" }
|
|
galactica-system = { path = "crates/system" }
|
|
galactica-playeragent = { path = "crates/playeragent" }
|
|
galactica = { path = "crates/galactica" }
|
|
|
|
image = { version = "0.24", features = ["png"] }
|
|
winit = "0.28"
|
|
wgpu = "0.18"
|
|
bytemuck = { version = "1.12", features = ["derive"] }
|
|
rapier2d = { version = "0.17.2" }
|
|
crossbeam = "0.8.3"
|
|
pollster = "0.3"
|
|
rand = "0.8.5"
|
|
glyphon = "0.4.1"
|
|
lazy_static = "1.4.0"
|
|
smartstring = { version = "1.0.1" }
|