[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"