Initial Commit

This commit is contained in:
Marco Thomas
2020-08-24 20:44:16 +02:00
commit 12219ca1cc
4 changed files with 1391 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"