[package] name = "rexi" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wgpu = "0.19" winit = "0.29" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] } glam = "0.27" glyphon = { version = "0.5", git = "https://github.com/grovesNL/glyphon.git" } color-eyre = "0.6.3" pollster = "0.3.0"