Cargo.toml 327 B

1234567891011121314
  1. [package]
  2. name = "promenade"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. ggez = "*"
  8. nalgebra = "*"
  9. specs = "*"
  10. specs-derive = "*"
  11. specs-system-macro = { git = "https://git.infinitenegativeutility.com/getty/specs-system-macro.git" }
  12. winit = "*"
  13. rand = "*"