Cargo.toml 296 B

12345678910111213141516
  1. [package]
  2. name = "wenaglia"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. ggez = "0.5.1"
  8. tiled = "0.8"
  9. itertools = "0.8"
  10. specs = "0.15"
  11. specs-derive = "0.4.0"
  12. ncollide2d = "0.20"
  13. nalgebra = "0.18"
  14. winit = "0.19"
  15. mint = "0.5"