Cargo.toml 301 B

123456789101112131415161718
  1. [package]
  2. name = "wenaglia"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. ggez = "*"
  8. tiled = "*"
  9. itertools = "*"
  10. specs = "*"
  11. specs-derive = "*"
  12. sdl2 = "*"
  13. ncollide2d = "*"
  14. nalgebra = "*"
  15. specs-physics = "*"
  16. winit = "*"
  17. mint = "*"