Galactica/crates/render/Cargo.toml

20 lines
365 B
TOML

[package]
name = "galactica-render"
version = "0.0.0"
edition = "2021"
[dependencies]
# Internal crates
galactica-content = { path = "../content" }
# Misc helpers
anyhow = "1.0"
cgmath = "0.18.0"
rand = "0.8.5"
# Files
image = { version = "0.24", features = ["png"] }
# Graphics
winit = "0.28"
wgpu = "0.18"
bytemuck = { version = "1.12", features = ["derive"] }