snake.rs/Cargo.toml
2020-11-05 01:45:45 +01:00

15 lines
276 B
TOML

[package]
name = "square"
version = "0.1.0"
authors = ["JasterV <victorcoder2@gmail.com>"]
edition = "2018"
[lib]
name="lib"
[dependencies]
piston = "0.52.0"
piston2d-graphics = "0.37.0"
pistoncore-glutin_window = "0.67.0"
piston2d-opengl_graphics = "0.74.0"
rand = "0.7.3"