Cargo.toml 244 B

12345678910111213
  1. [package]
  2. name = "jeffersonia"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. ggez = "0.4.4"
  8. tiled = "0.8"
  9. itertools = "0.8"
  10. specs = "0.14"
  11. specs-derive = "0.4"
  12. sdl2 = "0.31"