File size: 304 Bytes
fb59ae3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [package]
name = "spectral-render"
version = "0.1.0"
edition = "2021"
[dependencies]
spectral-core = { path = "../spectral-core" }
spectral-font = { path = "../spectral-font" }
wgpu = "23"
bytemuck = { version = "1.18", features = ["derive"] }
glam = "0.29"
log = "0.4"
indexmap = "2.7"
winit = "0.30"
|