rusty_snek_gaem/Cargo.toml
2019-04-14 19:25:15 -05:00

11 lines
243 B
TOML

[package]
name = "snake_game"
version = "0.1.0"
authors = ["brad stein <brad.stein@gmail.com>"]
[dependencies]
piston = "0.37.0"
piston2d-graphics = "0.26.0"
pistoncore-glutin_window = "0.48.0"
piston2d-opengl_graphics = "0.54.0"
rand = "0.4"