123456789101112131415161718 |
- [package]
- name = "wenaglia"
- version = "0.1.0"
- authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
- edition = "2018"
- [dependencies]
- ggez = "0.5.1"
- tiled = "0.8"
- itertools = "0.8"
- specs = "0.15"
- specs-derive = "0.4.0"
- # sdl2 = "*"
- ncollide2d = "0.20"
- nalgebra = "0.18"
- # specs-physics = "*"
- winit = "0.19"
- mint = "0.5"
|