| [package]name = "promenade"version = "0.1.0"authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]edition = "2018"[dependencies]ggez = "*"nalgebra = "*"specs = "*"specs-derive = "*"specs-system-macro = { git = "https://git.infinitenegativeutility.com/getty/specs-system-macro.git" }winit = "*"rand = "*"
 |