susuwatari-game/Cargo.toml

17 lines
343 B
TOML
Raw Normal View History

2017-06-04 14:21:22 +00:00
[package]
name = "ghostly"
version = "0.1.0"
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
[dependencies]
gfx_device_gl = "0.14.1"
piston-ai_behavior = "0.20.0"
piston_window = "0.66.0"
piston2d-sprite = "0.36.0"
2017-07-11 22:21:04 +00:00
piston2d-graphics = "0.21.1"
find_folder = "0.3.0"
uuid = "0.1.17"
2017-07-13 20:16:14 +00:00
rand = "0.3"
2017-07-13 22:53:30 +00:00
nalgebra = "0.12.0"
ncollide = "0.12.0"