mirror of
https://codeberg.org/JasterV/snake.rs.git
synced 2026-04-26 18:10:08 +00:00
15 lines
276 B
TOML
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"
|