14 lines
343 B
TOML
14 lines
343 B
TOML
[package]
|
|
name = "snake-rs"
|
|
version = "0.1.0"
|
|
authors = ["Marco Thomas <mthomas@marcmk.de>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
piston = "0.52.0"
|
|
piston2d-graphics = "0.36.0"
|
|
pistoncore-glutin_window = "0.66.0"
|
|
piston2d-opengl_graphics = "0.73.0"
|