[package] name = "reverie-engine" version.workspace = true authors.workspace = true categories = ["game-engines"] description = "A toy game engine" edition.workspace = true license.workspace = true readme = "../README.md" repository.workspace = true rust-version.workspace = true [dependencies] anyhow.workspace = true bytemuck.workspace = true etagere.workspace = true generational-arena.workspace = true hecs.workspace = true image.workspace = true nalgebra.workspace = true pollster.workspace = true tracing-unwrap.workspace = true tracing.workspace = true wgpu.workspace = true winit.workspace = true